Adding swapfocus patch

This commit is contained in:
bakkeby
2020-01-29 08:31:00 +01:00
parent 21ba1d7bb3
commit 5e75da8dd1
10 changed files with 81 additions and 12 deletions

View File

@ -436,6 +436,13 @@
*/
#define SWALLOW_PATCH 0
/* This patch depends on the pertag patch and makes it possible to switch focus with a single
* shortcut (mod-s) instead of having to think if you should use mod-j or mod-k for reaching
* the previously used window.
* https://dwm.suckless.org/patches/swapfocus/
*/
#define SWAPFOCUS_PATCH 0
/* Switch focus between the master and stack columns using a single keybinding.
* https://dwm.suckless.org/patches/switchcol/
*/