diff options
-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 |