From 41c868c3b4a85f3ed62de2de9c528658a73b20b0 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 8 May 2019 07:13:42 +0100 Subject: [PATCH] Adds the shifting options to the man page --- dwm.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dwm.1 b/dwm.1 index 13b3729..e001a25 100644 --- a/dwm.1 +++ b/dwm.1 @@ -98,6 +98,12 @@ Focus next window. .B Mod1\-k Focus previous window. .TP +.B Mod1\-Shift\-j +Moves the focused window down in the stack +.TP +.B Mod1\-Shift\-k +Moves the focused window up in the stack +.TP .B Mod1\-i Increase number of windows in master area. .TP