From 94b64e70356665e0f1330aa90083da66d6074ec3 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 28 May 2007 03:38:46 +0000 Subject: [PATCH] help man script --- Config.hs | 3 +-- 1 file changed, 1 insertion(+), 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