Adding focusdir patch

This commit is contained in:
bakkeby
2021-02-11 12:29:48 +01:00
parent 1d092253e3
commit 9fcfa8d6ce
8 changed files with 90 additions and 4 deletions

View File

@ -520,6 +520,11 @@
*/
#define FOCUSADJACENTTAG_PATCH 0
/* Allows focusing on clients based on direction (up, down, left, right) instead of client order.
* https://github.com/bakkeby/patches/wiki/focusdir/
*/
#define FOCUSDIR_PATCH 0
/* A simple patch that just puts focus back to the master client.
* https://dwm.suckless.org/patches/focusmaster/
*/