aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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