diff options
author | David Roundy <droundy@darcs.net> | 2007-09-21 22:43:16 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-09-21 22:43:16 +0200 |
commit | b7aaefbace2867206bd77f19660f7ae6c628fdb5 (patch) | |
tree | f74496b84246472a9963556cdea3dc3641f531bd /Config.hs-boot | |
parent | 983cd939668175b45fd658af68c9ceb24adf3d73 (diff) | |
download | xmonad-b7aaefbace2867206bd77f19660f7ae6c628fdb5.tar.gz xmonad-b7aaefbace2867206bd77f19660f7ae6c628fdb5.tar.xz xmonad-b7aaefbace2867206bd77f19660f7ae6c628fdb5.zip |
make layouts preserved over restart
darcs-hash:20070921204316-72aca-6f8cabc516cc87345bfa73be0e060b206aa2a207.gz
Diffstat (limited to '')
-rw-r--r-- | Config.hs-boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index ae05ea4..45d0850 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -1,8 +1,9 @@ module Config where import Graphics.X11.Xlib.Types (Dimension) -import Graphics.X11.Xlib (KeyMask) +import Graphics.X11.Xlib (KeyMask,Window) import XMonad borderWidth :: Dimension logHook :: X () numlockMask :: KeyMask workspaces :: [WorkspaceId] +defaultLayouts :: [SomeLayout Window] |