diff options
author | Don Stewart <dons@galois.com> | 2007-10-27 00:52:28 +0200 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-10-27 00:52:28 +0200 |
commit | ba692a8ac135551c4d962de295b1e4e3eb61e971 (patch) | |
tree | cf10bf46e4c4be570e068cca50c8a3db43d58dd1 | |
parent | 968091c6c38aae7da433344d09b032f9c985a475 (diff) | |
download | metatile-ba692a8ac135551c4d962de295b1e4e3eb61e971.tar metatile-ba692a8ac135551c4d962de295b1e4e3eb61e971.zip |
add text reminding people to run mod-shift-space
darcs-hash:20071026225228-cba2c-b54e5825b0fb2d5bf3995faf4fb874c5b65de27f
-rw-r--r-- | Config.hs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |