aboutsummaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorLuke Smith <[email protected]>2020-10-02 07:59:39 -0400
committerGitHub <[email protected]>2020-10-02 07:59:39 -0400
commitfbc9665fefb700d8e0abb1e446d31c1afa58463f (patch)
treee6b8a1fb04f22b2deb0604e32f1acbfd49eae50d /dwm.1
parentMerge branch 'temetvince-refactor-terminal-strings-into-constant' into master (diff)
parentFix typos (diff)
downloadseiwm-fbc9665fefb700d8e0abb1e446d31c1afa58463f.tar.xz
seiwm-fbc9665fefb700d8e0abb1e446d31c1afa58463f.zip
Merge pull request #117 from Ultrahalf/master
Adds to dwm.1
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.133
1 files changed, 33 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1
index 0677f31..94dbd94 100644
--- a/dwm.1
+++ b/dwm.1
@@ -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 gaps between windows.
+.TP
+.B Super\-x
+Decrease gaps between windows.
+.TP
.B Super\-Shift\-[1..n]
Apply nth tag to focused window.
.TP