summaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-21 22:43:16 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-21 22:43:16 +0200
commit704ca55fc2de620d85929ca5cbcab5f2a03e77cc (patch)
treef74496b84246472a9963556cdea3dc3641f531bd /Config.hs-boot
parentcab757704104f521e98b43c1afa12b7d837e22cb (diff)
downloadmetatile-704ca55fc2de620d85929ca5cbcab5f2a03e77cc.tar
metatile-704ca55fc2de620d85929ca5cbcab5f2a03e77cc.zip
make layouts preserved over restart
darcs-hash:20070921204316-72aca-6f8cabc516cc87345bfa73be0e060b206aa2a207
Diffstat (limited to 'Config.hs-boot')
-rw-r--r--Config.hs-boot3
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]