diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-14 01:07:06 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-14 01:07:06 +0200 |
commit | 1ce8b2cda375c01eb8a11a2d9ce05f49941e71cf (patch) | |
tree | dd7398c332e600569dcb7ad4717b07b003c8cd5c | |
parent | ee8af949e971588daaaef20089e899811cd9c588 (diff) | |
download | xmonad-1ce8b2cda375c01eb8a11a2d9ce05f49941e71cf.tar.gz xmonad-1ce8b2cda375c01eb8a11a2d9ce05f49941e71cf.tar.xz xmonad-1ce8b2cda375c01eb8a11a2d9ce05f49941e71cf.zip |
Clear up documentation on mod-h/l
darcs-hash:20070413230706-a5988-5e095da766d7425f6099a7de1ac8171d4db7bfe4.gz
Diffstat (limited to '')
-rw-r--r-- | Config.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ module Config where -- mod-j -- mod-k -- --- mod-h resize currently focused window --- mod-l +-- mod-h decrease the size of the master area +-- mod-l increase the size of the master area -- -- mod-shift-c kill client -- mod-shift-q exit window manager |