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 | e1f007785ae914f239732c22f66b7f53581f8054 (patch) | |
tree | 84cd9b2e306121b9b4f0997f16b968c10093cf0b | |
parent | 20707a47488fb1adfa9dc13aa386076b8e8118a2 (diff) | |
download | metatile-e1f007785ae914f239732c22f66b7f53581f8054.tar metatile-e1f007785ae914f239732c22f66b7f53581f8054.zip |
-Wall police
darcs-hash:20070316022201-a5988-71ce8c0c697df2949eb818f45dd67682e1701b7c
-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 |