From b7aaefbace2867206bd77f19660f7ae6c628fdb5 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Fri, 21 Sep 2007 22:43:16 +0200 Subject: make layouts preserved over restart darcs-hash:20070921204316-72aca-6f8cabc516cc87345bfa73be0e060b206aa2a207.gz --- Config.hs-boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Config.hs-boot') 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] -- cgit v1.2.3