diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-05 18:31:08 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-05 18:31:08 +0000 |
commit | 2e958372200065bff8f19ca88d39e627df4a2f67 (patch) | |
tree | 40b98b54b9556d7dd32568212a6a4bd233464e31 /dwm.1 | |
parent | 5d9ae3f3b7ad904218add1c2559eec9a7a073e3e (diff) | |
download | dwm-2e958372200065bff8f19ca88d39e627df4a2f67.tar.gz |
implemented the stuff as I discussed on dwm@
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/dwm.1 b/dwm.1 index 586d080..672f0d7 100644 --- a/dwm.1 +++ b/dwm.1 @@ -63,14 +63,14 @@ Zooms/cycles current window to/from master area (tiled layout only). .B Mod1\-Tab Toggles to the previously selected tags. .TP -.B Mod1\-space -Toggles between layouts. +.B Mod1\-f +Apply floating layout. .TP -.B Mod1\-b -Shows/hides the status bar. +.B Mod1\-m +Apply monocle layout. .TP -.B Mod1\-h -Decreases the master area width about 5% (tiled layout only). +.B Mod1\-t +Apply tiled layout. .TP .B Mod1\-j Focus next window. @@ -78,9 +78,6 @@ Focus next window. .B Mod1\-k Focus previous window. .TP -.B Mod1\-l -Increases the master area width about 5% (tiled layout only). -.TP .B Mod1\-r Re-applies tagging rules to all windows. .TP |