Adding focusadjacenttag patch

This commit is contained in:
bakkeby
2019-10-02 23:57:25 +02:00
parent 0a23ed6efd
commit 1f21ed72d1
7 changed files with 107 additions and 1 deletions

View File

@@ -132,6 +132,13 @@
*/
#define FANCYBAR_PATCH 0
/* This patch provides the ability to focus the tag on the immediate left or right of the
* currently focused tag. It also allows to send the focused window either on the left or
* the right tag.
* http://dwm.suckless.org/patches/focusadjacenttag/
*/
#define FOCUSADJACENTTAG_PATCH 1
/* Switch focus only by mouse click and not sloppy (focus follows mouse pointer).
* https://dwm.suckless.org/patches/focusonclick/
*/