Adding focusurgent patch
This commit is contained in:
@@ -137,13 +137,20 @@
|
||||
* the right tag.
|
||||
* http://dwm.suckless.org/patches/focusadjacenttag/
|
||||
*/
|
||||
#define FOCUSADJACENTTAG_PATCH 1
|
||||
#define FOCUSADJACENTTAG_PATCH 0
|
||||
|
||||
/* Switch focus only by mouse click and not sloppy (focus follows mouse pointer).
|
||||
* https://dwm.suckless.org/patches/focusonclick/
|
||||
*/
|
||||
#define FOCUSONCLICK_PATCH 0
|
||||
|
||||
/* Selects the next window having the urgent flag regardless of the tag it is on.
|
||||
* The urgent flag can be artificially set with the following xdotool command on any window:
|
||||
* xdotool selectwindow -- set_window --urgency 1
|
||||
* https://dwm.suckless.org/patches/focusurgent/
|
||||
*/
|
||||
#define FOCUSURGENT_PATCH 0
|
||||
|
||||
/* This patch allows a different border color to be chosen for floating windows.
|
||||
* https://dwm.suckless.org/patches/float_border_color/
|
||||
*/
|
||||
|
Reference in New Issue
Block a user