Adding swaptags patch

This commit is contained in:
bakkeby
2020-02-11 08:27:00 +01:00
parent 8cb609fa1e
commit 90a848d608
7 changed files with 44 additions and 2 deletions

View File

@ -468,6 +468,12 @@
*/
#define SWAPFOCUS_PATCH 0
/* This patch allows swapping the contents of the currently selected tag with another tag using
* keyboard shortcuts.
* https://dwm.suckless.org/patches/swaptags/
*/
#define SWAPTAGS_PATCH 0
/* Switch focus between the master and stack columns using a single keybinding.
* https://dwm.suckless.org/patches/switchcol/
*/