diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-10 20:30:09 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-10 20:30:09 +0530 |
commit | 30b203af5d6f35c5f94fb3a65845432cde014347 (patch) | |
tree | 55663a7a3c0737d34403fcca3a64c46dacf8c08a /dwm.1 | |
parent | bd7e23dff2c22e1133ec7908f689b9e7b8d5704a (diff) |
patched dwm-focusadjacenttag-6.3.diff
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -77,6 +77,18 @@ Send focused window to previous screen, if any. .B Mod1\-Shift\-. Send focused window to next screen, if any. .TP +.B Mod1\-Right +Focus tag on the right, if any. +.TP +.B Mod1\-Left +Focus tag on the left, if any. +.TP +.B Mod1\-Shift\-Right +Send focused window to tag on the right, if any. +.TP +.B Mod1\-Shift\-Left +Send focused window to tag on the left, if any. +.TP .B Mod1\-b Toggles bar on and off. .TP |