diff options
-rw-r--r-- | Main.hs | 1 | ||||
-rw-r--r-- | XMonad.hs | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -42,7 +42,6 @@ main = do let st = XState { display = dpy - , screen = dflt , xineScreens = xinesc , wsOnScreen = M.fromList $ map (\n -> (n,n)) [0..((length xinesc)-1)] , theRoot = rootw @@ -34,7 +34,6 @@ import qualified Data.Map as M -- Just the display, width, height and a window list data XState = XState { display :: Display -- ^ the X11 display - , screen :: !ScreenNumber , xineScreens :: ![Rectangle] -- ^ dimensions of each screen |