summaryrefslogtreecommitdiffstats
path: root/xmonad.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-09-03 13:09:55 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-09-03 13:10:09 +0200
commit6ce8a6515eba6b979095efe30eaa7c978e16a27f (patch)
treef8b0814312a9dba50e3a0b32f56486fd31415803 /xmonad.hs
parentdaadcaa31bf5bff6111a1d0cf7fee161b985cdab (diff)
downloadxmonad-conf-6ce8a6515eba6b979095efe30eaa7c978e16a27f.tar
xmonad-conf-6ce8a6515eba6b979095efe30eaa7c978e16a27f.zip
Use screenWorkspaceStorage
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 637dd6e..d2c3ba8 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -164,7 +164,7 @@ myManageHook = composeAll
--myUnmanageHook = moveUp1
-myLayoutHook = processWorkspaceManager $ manageFullscreen $ smartBorders (Full ||| tiled ||| Mirror tiled)
+myLayoutHook = screenWorkspaceStorage $ processWorkspaceManager $ manageFullscreen $ smartBorders (Full ||| tiled ||| Mirror tiled)
where
-- default tiling algorithm partitions the screen into two panes
tiled = ResizableTall nmaster delta ratio []