diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-24 13:49:19 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-24 13:49:19 +0000 |
commit | 20cd3360876f551c0f3b4c9c5a827a64b829e6ef (patch) | |
tree | c21d17c8a63c87f3d666215bc804565ed7f7af71 /dwm.1 | |
parent | a6a216f28cbc49afaace269c2662382a351fda24 (diff) |
setlayout and setgeom are now togglable again
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -57,17 +57,11 @@ click on a tag label adds/removes that tag to/from the focused window. Start .BR xterm. .TP -.B Mod1\-f -Applies floating layout. +.B Mod1\-space +Toggles between layouts. .TP -.B Mod1\-m -Applies monocle layout. -.TP -.B Mod1\-v -Applies vertical tiled layout. -.TP -.B Mod1\-h -Applies horizontal tiled layout. +.B Mod1\-Control\-space +Toggles between geometries. .TP .B Mod1\-j Focus next window. |