diff options
author | Muhammad Althaf Rahman <muhammadalthafrahman@gmail.com> | 2020-10-02 08:30:04 +0530 |
---|---|---|
committer | Muhammad Althaf Rahman <muhammadalthafrahman@gmail.com> | 2020-10-02 08:30:04 +0530 |
commit | c82a7df42a9459f790cb9d517a1362f4b95801d2 (patch) | |
tree | 75e2858e59d9a167ca45157fe455979bfd3f4d89 | |
parent | 28d87d439359096e2f03f2e8582a481269de06be (diff) |
Adds to dwm.1
-rw-r--r-- | dwm.1 | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -117,6 +117,39 @@ Toggle focused window between tiled and floating state. .B Super\-Tab Toggles to the previously selected tags. .TP +.B Super\-g +Moves to the previous tag. +.TP +.B Super\-Shift\-g +Moves selected window to the previous tag. +.TP +.B Super\-; +Moves to the next tag. +.TP +.B Super\-Shift\-; +Moves selected window to the next tag. +.TP +.B Super\-PageUp +Moves to the previous tag. +.TP +.B Super\-Shift\-PageUp +Moves selected window to the previous tag. +.TP +.B Super\-Pagedown +Moves to the next tag. +.TP +.B Super\-Shift\-PageDown +Moves selected window to the next tag. +.TP +.B Super\-a +Toggle gaps +.TP +.B Super\-z +Increase gap between windows +.TP +.B Super\-x +Decrease gap between windows +.TP .B Super\-Shift\-[1..n] Apply nth tag to focused window. .TP |