aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add swapLeft and swapRightbobstopper2007-05-221-1/+4
* Experimental support for a beefier restart.Spencer Janssen2007-05-211-1/+1
* Put restart in the X monadSpencer Janssen2007-05-211-1/+1
* Fix mod-j/k bindingsSpencer Janssen2007-05-211-3/+3
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-201-9/+9
* variable number of windows in master areaJason Creighton2007-05-161-1/+10
* Constrain layout messages to be members of a Message classDon Stewart2007-05-041-2/+2
* More Config.hs bugsSpencer Janssen2007-05-041-3/+3
* Revert accidental change to Config.hsSpencer Janssen2007-05-041-1/+1
* add support for extensible layouts.David Roundy2007-05-031-12/+5
* elaborate documentation in Config.hsDon Stewart2007-05-031-15/+38
* Add 'mod-n': refreshes current layoutSpencer Janssen2007-05-031-0/+3
* Make border width configurableSpencer Janssen2007-04-301-0/+4
* Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen2007-04-301-2/+2
* configurable border colorsJason Creighton2007-04-301-0/+5
* Further refactoringSpencer Janssen2007-04-261-2/+2
* Refactor in Config.hs (no real changes)Spencer Janssen2007-04-261-2/+2
* Ignore numlock and capslock in keybindingsJason Creighton2007-04-241-1/+3
* added comment about windows key (mod4Mask)Jason Creighton2007-04-161-2/+3
* remove unused sizeDelta settingJason Creighton2007-04-161-4/+0
* added warning re: xmonad in path to mod-shift-q docsJason Creighton2007-04-141-1/+1
* Clear up documentation on mod-h/lSpencer Janssen2007-04-141-2/+2
* mod-wer for Xinerama was inadvertently changedAlec Berryman2007-04-121-1/+1
* add license headers to two missing filesDon Stewart2007-04-111-0/+12
* explain what mod-return now does. it cyclesDon Stewart2007-04-111-1/+1
* Change semantics of 'promote'.Don Stewart2007-04-111-1/+1
* Statically distinguish Workspace and Screen indicesDon Stewart2007-04-111-66/+65
* Move workspace fetching logic from Config.hs to Operations.hsSpencer Janssen2007-04-101-1/+1
* moved screen <-> workspace mapping from XMonad to StackSetJason Creighton2007-04-101-2/+2
* summarise key bindings in a table in Config.hsDon Stewart2007-04-041-20/+52
* Use Tall and Wide for split screen layouts. This should be less confusing.Spencer Janssen2007-04-031-5/+2
* Comment typo: more -> moveAlec Berryman2007-04-031-1/+1
* Revert to the old layout code.Spencer Janssen2007-04-021-2/+10
* Type error: lockMask :: KeyMask, not KeySymAlec Berryman2007-04-011-1/+1
* Suggest an alternative modMask for emacs usersAlec Berryman2007-04-011-2/+3
* Config.hs comment formatting/typoJason Creighton2007-04-011-32/+34
* sanitize key bindingsDon Stewart2007-04-011-10/+15
* restore dwm-style keybindings. mod-shift-{j,k} resize in vert modeDon Stewart2007-04-011-7/+12
* Merged things together with dons changes.hughes2007-04-011-7/+0
* Config.hs avoids conflict with essential M-w Emacs shortcut.hughes2007-04-011-1/+1
* Vertical/horizontal split, and resizability.hughes2007-04-011-9/+15
* Remove evil gmrun shortcut.hughes2007-03-301-1/+1
* formatting onlyDon Stewart2007-04-011-3/+3
* whitespaceJason Creighton2007-03-271-4/+0
* Config supports Ctrl+Space for gmrun again.hughes2007-03-261-2/+1
* Workspace-specific layoutshughes2007-03-261-8/+13
* Typo: use dmenu_path instead of emenu_pathAlec Berryman2007-03-261-1/+1
* Extra config: defaultLayoutdaniel2007-03-261-0/+4
* Config.lhs -> Config.hsJason Creighton2007-03-261-0/+89