aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs-boot')
-rw-r--r--Config.hs-boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.hs-boot b/Config.hs-boot
index 7fd4cee..5a03488 100644
--- a/Config.hs-boot
+++ b/Config.hs-boot
@@ -1,5 +1,5 @@
module Config where
-import XMonad (LayoutDesc)
+import XMonad (Layout)
import Graphics.X11.Xlib.Types (Dimension)
-defaultLayoutDesc :: LayoutDesc
+defaultLayouts :: [Layout]
borderWidth :: Dimension