From c82a7df42a9459f790cb9d517a1362f4b95801d2 Mon Sep 17 00:00:00 2001 From: Muhammad Althaf Rahman Date: Fri, 2 Oct 2020 08:30:04 +0530 Subject: [PATCH 1/2] Adds to dwm.1 --- dwm.1 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/dwm.1 b/dwm.1 index 0677f31..deb00a6 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 gap between windows +.TP +.B Super\-x +Decrease gap between windows +.TP .B Super\-Shift\-[1..n] Apply nth tag to focused window. .TP From c719e9eca4c182dc8cf72d37b3dca18a81f66554 Mon Sep 17 00:00:00 2001 From: Muhammad Althaf Rahman Date: Fri, 2 Oct 2020 08:40:03 +0530 Subject: [PATCH 2/2] Fix typos --- dwm.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwm.1 b/dwm.1 index deb00a6..94dbd94 100644 --- a/dwm.1 +++ b/dwm.1 @@ -142,13 +142,13 @@ Moves to the next tag. Moves selected window to the next tag. .TP .B Super\-a -Toggle gaps +Toggle gaps. .TP .B Super\-z -Increase gap between windows +Increase gaps between windows. .TP .B Super\-x -Decrease gap between windows +Decrease gaps between windows. .TP .B Super\-Shift\-[1..n] Apply nth tag to focused window.