diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index d7a78a2d..a44d3bb7 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs | |||
@@ -931,7 +931,7 @@ myKeys' conf host = Map.fromList $ | |||
931 | where | 931 | where |
932 | modm = XMonad.modMask conf | 932 | modm = XMonad.modMask conf |
933 | 933 | ||
934 | brCycle = [0, 1 % 100, 1 % 10, 1 % 4, 1 % 2, 3 % 4, 1] | 934 | brCycle = [0, 1 % 500, 1 % 250, 1 % 100, 1 % 10, 1 % 4, 1 % 2, 3 % 4, 1] |
935 | 935 | ||
936 | powerActWords = ["poweroff", "reboot", "hibernate", "suspend"] | 936 | powerActWords = ["poweroff", "reboot", "hibernate", "suspend"] |
937 | powerActCompl = mkComplFunFromList' xPConfigMonospace powerActWords | 937 | powerActCompl = mkComplFunFromList' xPConfigMonospace powerActWords |