Adding shifttag patch ref. #270

This commit is contained in:
bakkeby
2022-07-04 11:25:28 +02:00
parent 404401622b
commit a15a259926
6 changed files with 45 additions and 3 deletions

View File

@ -968,6 +968,12 @@
*/
#define SETBORDERPX_PATCH 0
/* Moves the current selected client to the adjacent tag.
* Also see the focusadjacenttag patch.
* https://dwm.suckless.org/patches/shift-tools/
*/
#define SHIFTTAG_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
*/