diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-25 14:51:27 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-25 14:51:27 -0500 |
commit | 41b36ff4f8545bedb1fe0107b9e0a832b9cddbb3 (patch) | |
tree | b0c03d33bba27b3a497354c1f27a627eac6223b7 /.xmonad | |
parent | Drop the grop alias from .zshrc, handled by environment var; for real this time (diff) |
Comment out my custom GSConfig in xmonad, not needed
Diffstat (limited to '.xmonad')
-rw-r--r-- | .xmonad/xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 0ca08e1..9e73f38 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -394,8 +394,8 @@ dk k | k == xK_grave = xK_dollar | otherwise = k -myGSW :: GSConfig Window -> X (Maybe Window) -myGSW gsconf = windowMap >>= gridselect gsconf +-- myGSW :: GSConfig Window -> X (Maybe Window) +-- myGSW gsconf = windowMap >>= gridselect gsconf -- myGSConfig = defaultGSConfig { gs_navigate = navNSearch } myGSConfig :: HasColorizer a => GSConfig a |