Adding shifttagclients patch ref. #270

This commit is contained in:
bakkeby
2022-07-04 13:07:36 +02:00
parent a15a259926
commit 279c571986
7 changed files with 74 additions and 1 deletions

View File

@ -974,6 +974,12 @@
*/
#define SHIFTTAG_PATCH 0
/* Moves the current selected client to the adjacent tag that has at least one client, if none
* then it acts as shifttag.
* https://dwm.suckless.org/patches/shift-tools/
*/
#define SHIFTTAGCLIENTS_PATCH 0
/* This patch adds keybindings for left and right circular shift through tags.
* https://github.com/chau-bao-long/dotfiles/blob/master/suckless/dwm/shiftview.diff
*/