From ddd1fa9caebdbf2db48f74b0df8353dcc1a136d7 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Fri, 26 Oct 2007 22:52:28 +0000 Subject: [PATCH] add text reminding people to run mod-shift-space --- Config.hs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Config.hs b/Config.hs index d82c53c..dcf52f9 100644 --- a/Config.hs +++ b/Config.hs @@ -125,6 +125,12 @@ manageHook _ _ _ _ = return id ------------------------------------------------------------------------ -- Extensible layouts +-- +-- You can specify and transform your layouts by modifying these values. +-- If you change layout bindings be sure to use 'mod-shift-space' after +-- restarting (with 'mod-q') to reset your layout state to the new +-- defaults, as xmonad preserves your old layout settings by default. +-- -- | The list of possible layouts. Add your custom layouts to this list. layouts :: [Layout Window]