diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-03-16 03:22:01 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-03-16 03:22:01 +0100 |
commit | e34137a59380066008c2fda770f5d5d782af2ea4 (patch) | |
tree | 84cd9b2e306121b9b4f0997f16b968c10093cf0b | |
parent | c5183fc51bc27be6584140e20a2c41f0e94addbc (diff) | |
download | xmonad-e34137a59380066008c2fda770f5d5d782af2ea4.tar.gz xmonad-e34137a59380066008c2fda770f5d5d782af2ea4.tar.xz xmonad-e34137a59380066008c2fda770f5d5d782af2ea4.zip |
-Wall police
darcs-hash:20070316022201-a5988-71ce8c0c697df2949eb818f45dd67682e1701b7c.gz
Diffstat (limited to '')
-rw-r--r-- | Main.hs | 1 | ||||
-rw-r--r-- | XMonad.hs | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -37,6 +37,7 @@ workspaces = 9 -- -- modMask lets you easily change which modkey you use. -- +modMask :: KeyMask modMask = mod1Mask -- @@ -27,7 +27,6 @@ import System.IO import System.Posix.Process (executeFile, forkProcess, getProcessStatus) import System.Exit import Graphics.X11.Xlib -import Control.Exception -- | XState, the window manager state. -- Just the display, width, height and a window list |