diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-06-19 11:38:53 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-06-19 11:38:53 +0100 |
commit | 12ea925076c4f1c013502651b0be90c05e0febac (patch) | |
tree | 520c17c2ee82e7f9025be27576c26ccdea428c94 /dwm.1 | |
parent | 79ecbeca7e4ca6d614bf233e7bc95d273df6e3b4 (diff) | |
download | dwm-12ea925076c4f1c013502651b0be90c05e0febac.tar.gz |
untested monocle
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dwm.1 b/dwm.1 index 7f87eb9..0e10778 100644 --- a/dwm.1 +++ b/dwm.1 @@ -60,8 +60,17 @@ Start .B Mod1\-b Toggles bar on and off. .TP +.B Mod1\-t +Sets tiled layout. +.TP +.B Mod1\-f +Sets floating layout. +.TP +.B Mod1\-f +Sets monocle layout. +.TP .B Mod1\-space -Toggles between layouts. +Toggles between current and previous layout. .TP .B Mod1\-j Focus next window. |