aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index 83d0308..8e3e49d 100644
--- a/Config.hs
+++ b/Config.hs
@@ -61,6 +61,10 @@ defaultDelta = 3%100
numlockMask :: KeySym
numlockMask = lockMask
+-- What layout to start in. See the definition of Layout in XMonad.hs for options.
+defaultLayout :: Layout
+defaultLayout = Full
+
-- The keys list.
keys :: M.Map (KeyMask, KeySym) (X ())
keys = M.fromList $