aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-05-28 05:38:46 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-05-28 05:38:46 +0200
commitc78660eecf219edc916f014de995b0f2b62bf0f8 (patch)
treef52a947ea54195933bdffbf6f6bc249459661137 /Config.hs
parentcd14c63b83661c6d00f44484d1b7cd1cfef4a7ce (diff)
downloadxmonad-c78660eecf219edc916f014de995b0f2b62bf0f8.tar.gz
xmonad-c78660eecf219edc916f014de995b0f2b62bf0f8.tar.xz
xmonad-c78660eecf219edc916f014de995b0f2b62bf0f8.zip
help man script
darcs-hash:20070528033846-9c5c1-bdc67f406d31199257c63453be36d4c7e8652f4a.gz
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Config.hs b/Config.hs
index ffce506..ca142cb 100644
--- a/Config.hs
+++ b/Config.hs
@@ -120,8 +120,7 @@ keys = M.fromList $
, ((modMask , xK_period), sendMessage (IncMasterN (-1))) -- @@ Deincrement the number of windows in the master area
-- toggle the status bar gap
- , ((modMask , xK_b ),
- modifyGap (\i n -> let x = defaultGaps !! i in if n == x then (0,0,0,0) else x)) -- @@ Toggle the status bar gap
+ , ((modMask , xK_b ), modifyGap (\i n -> let x = defaultGaps !! i in if n == x then (0,0,0,0) else x)) -- @@ Toggle the status bar gap
-- quit, or restart
, ((modMask .|. shiftMask, xK_q ), io (exitWith ExitSuccess)) -- @@ Quit xmonad