diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-05-11 14:40:37 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-05-11 14:40:37 +0100 |
commit | 5602f44b29b5c9a9b66b012b34f5749929c5cd31 (patch) | |
tree | 18cd47f98c6acce2a1a32bc098fbc71e9389c497 /dwm.1 | |
parent | b848f4bda8861115c04aecd9fd87baf928d931de (diff) | |
download | dwm-5602f44b29b5c9a9b66b012b34f5749929c5cd31.tar.gz |
implemented exact focus next, if arg != NULL to focus{next,prev}
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1 index a9f8cee..fc750de 100644 --- a/dwm.1 +++ b/dwm.1 @@ -66,9 +66,15 @@ Toggles between geometries. .B Mod1\-j Focus next window. .TP +.B Mod1\-Shift\-j +Focus next window with exactly the same tags as the current one. +.TP .B Mod1\-k Focus previous window. .TP +.B Mod1\-Shift\-k +Focus previous window with exactly the same tags as the current one. +.TP .B Mod1\-h Decrease master area size. .TP |