aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-30Really change restart keybinding this timeSpencer Janssen1-1/+1
2007-05-30UNDO: HEADS UP: Change restart keybinding to mod-qSpencer Janssen1-1/+1
2007-05-30HEADS UP: Change restart keybinding to mod-qSpencer Janssen1-1/+1
2007-05-29Fix 'refresh' doc stringSpencer Janssen1-1/+1
2007-05-29make 'tall' layout the default on startup. more useful for new usersDon Stewart1-3/+3
2007-05-28ensure !! won't go out of bounds in modifyGapDon Stewart1-1/+1
2007-05-28help man scriptDon Stewart1-2/+1
2007-05-28Document mod-nSpencer Janssen1-1/+1
2007-05-28support per-screen gap settings. you can have different gaps on individual sc...Don Stewart1-5/+6
2007-05-28Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart1-4/+9
2007-05-27mod-b, toggle on or off the status bar gapDon Stewart1-3/+6
2007-05-27Add new config value, defaultMenuGap, for specifying a gap for a status barDon Stewart1-0/+4
2007-05-27Generate keybindings section in manpage from Config.hsJason Creighton1-90/+22
2007-05-26HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart1-12/+17
2007-05-25Formatting onlySpencer Janssen1-3/+3
2007-05-23Use --resume by defaultSpencer Janssen1-1/+1
2007-05-22add swapLeft and swapRightbobstopper1-1/+4
2007-05-21Experimental support for a beefier restart.Spencer Janssen1-1/+1
2007-05-21Put restart in the X monadSpencer Janssen1-1/+1
2007-05-21Fix mod-j/k bindingsSpencer Janssen1-3/+3
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart1-9/+9
2007-05-16variable number of windows in master areaJason Creighton1-1/+10
2007-05-04Constrain layout messages to be members of a Message classDon Stewart1-2/+2
2007-05-04More Config.hs bugsSpencer Janssen1-3/+3
2007-05-04Revert accidental change to Config.hsSpencer Janssen1-1/+1
2007-05-03add support for extensible layouts.David Roundy1-12/+5
2007-05-03elaborate documentation in Config.hsDon Stewart1-15/+38
2007-05-03Add 'mod-n': refreshes current layoutSpencer Janssen1-0/+3
2007-04-30Make border width configurableSpencer Janssen1-0/+4
2007-04-30Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen1-2/+2
2007-04-30configurable border colorsJason Creighton1-0/+5
2007-04-26Further refactoringSpencer Janssen1-2/+2
2007-04-26Refactor in Config.hs (no real changes)Spencer Janssen1-2/+2
2007-04-24Ignore numlock and capslock in keybindingsJason Creighton1-1/+3
2007-04-16added comment about windows key (mod4Mask)Jason Creighton1-2/+3
2007-04-16remove unused sizeDelta settingJason Creighton1-4/+0
2007-04-14added warning re: xmonad in path to mod-shift-q docsJason Creighton1-1/+1
2007-04-14Clear up documentation on mod-h/lSpencer Janssen1-2/+2
2007-04-12mod-wer for Xinerama was inadvertently changedAlec Berryman1-1/+1
2007-04-11add license headers to two missing filesDon Stewart1-0/+12
2007-04-11explain what mod-return now does. it cyclesDon Stewart1-1/+1
2007-04-11Change semantics of 'promote'.Don Stewart1-1/+1
2007-04-11Statically distinguish Workspace and Screen indicesDon Stewart1-66/+65
2007-04-10Move workspace fetching logic from Config.hs to Operations.hsSpencer Janssen1-1/+1
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton1-2/+2
2007-04-04summarise key bindings in a table in Config.hsDon Stewart1-20/+52
2007-04-03Use Tall and Wide for split screen layouts. This should be less confusing.Spencer Janssen1-5/+2
2007-04-03Comment typo: more -> moveAlec Berryman1-1/+1
2007-04-02Revert to the old layout code.Spencer Janssen1-2/+10
2007-04-01Type error: lockMask :: KeyMask, not KeySymAlec Berryman1-1/+1