implemented exact focus next, if arg != NULL to focus{next,prev}

This commit is contained in:
Anselm R Garbe
2008-05-11 14:40:37 +01:00
parent b848f4bda8
commit 5602f44b29
4 changed files with 27 additions and 17 deletions

6
dwm.1
View File

@ -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