aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-01Config.hs comment formatting/typoJason Creighton1-32/+34
darcs-hash:20070401055711-b9aa7-1bb53891b929b1c7311bad643f946b4305983dce.gz
2007-04-01sanitize key bindingsDon Stewart1-10/+15
Changes mean: * gmrun is like the dmenu key, but with shift set. - , ((modMask .|. shiftMask, xK_F11 ), spawn "gmrun") + , ((modMask .|. shiftMask, xK_p ), spawn "gmrun") If no one actually uses both gmrun and dmenu, we should consider only using mod-p for this. * restart is like quit, but with 'ctrl' set: + , ((modMask .|. shiftMask, xK_q ), io $ exitWith ExitSuccess) + , ((modMask .|. shiftMask .|. controlMask, xK_q ), io restart) * revert to 'wer' ordering for xinerama screens: - | (key, sc) <- zip [xK_e, xK_r, xK_t] [1..] + | (key, sc) <- zip [xK_w, xK_e, xK_r] [1..] that's the only binding order that makes sense, since they're meant to refer to screens 1 2 and 3, hence 'wer' (look at the keyboard to see why) darcs-hash:20070401033522-9c5c1-612e23066ea1c2523b0b0be8d2ffdd2fe407c341.gz
2007-04-01restore dwm-style keybindings. mod-shift-{j,k} resize in vert modeDon Stewart1-7/+12
darcs-hash:20070401025433-9c5c1-79adc3fdb8db4cf7929dd6d121ec66c21f24a0e2.gz
2007-04-01Merged things together with dons changes.hughes1-7/+0
darcs-hash:20070401021846-3a569-083f7d441afc41bdeef843113c1de1d3a5e40ee3.gz
2007-04-01Config.hs avoids conflict with essential M-w Emacs shortcut.hughes1-1/+1
darcs-hash:20070401015135-3a569-8db7ddadad8f5d3c6b16b14dda2a143644e01898.gz
2007-04-01Vertical/horizontal split, and resizability.hughes1-9/+15
darcs-hash:20070401014706-3a569-26a764b57274f67057adf0b81eb71158b58f49de.gz
2007-03-30Remove evil gmrun shortcut.hughes1-1/+1
darcs-hash:20070330144558-3a569-456564e43e14fbd17ffc1491c89dfc6ae71697ee.gz
2007-04-01formatting onlyDon Stewart1-3/+3
darcs-hash:20070401004726-9c5c1-ffe359da72bfe742bd6c6855e8451c0ea8a8938f.gz
2007-03-27whitespaceJason Creighton1-4/+0
darcs-hash:20070327013350-b9aa7-7f4e73055e5b801b7f598cb62ce58a60a32d9dec.gz
2007-03-26Config supports Ctrl+Space for gmrun again.hughes1-2/+1
darcs-hash:20070326151243-3a569-7dfe6def26ee1722b13c21305646ac0121166e79.gz
2007-03-26Workspace-specific layoutshughes1-8/+13
darcs-hash:20070326150213-3a569-64dd38c00558d58f27c3803ab15485892c24cfaa.gz
2007-03-26Typo: use dmenu_path instead of emenu_pathAlec Berryman1-1/+1
darcs-hash:20070326140335-39448-c48e4f4f7bc457c5ec99832e0febd689e9b35e32.gz
2007-03-26Extra config: defaultLayoutdaniel1-0/+4
darcs-hash:20070326074234-c98ca-624f259e215d1aad642744cae44d572d88adda60.gz
2007-03-26Config.lhs -> Config.hsJason Creighton1-0/+89
darcs-hash:20070326054004-b9aa7-4654d475bc465ce76e32e01407e6765f5e1732c2.gz