Adding sticky and warp patches
This commit is contained in:
11
patches.h
11
patches.h
@@ -210,6 +210,11 @@
|
||||
*/
|
||||
#define STATUSPADDING_PATCH 0
|
||||
|
||||
/* Adds toggleable keyboard shortcut to make a client 'sticky', i.e. visible on all tags.
|
||||
* https://dwm.suckless.org/patches/sticky/
|
||||
*/
|
||||
#define STICKY_PATCH 0
|
||||
|
||||
/* The systray patch adds systray for the status bar.
|
||||
* https://dwm.suckless.org/patches/systray/
|
||||
*/
|
||||
@@ -265,6 +270,12 @@
|
||||
*/
|
||||
#define VANITYGAPS_PATCH 0
|
||||
|
||||
/* This patch warps the mouse cursor to the center of the currently focused window or screen
|
||||
* when the mouse cursor is (a) on a different screen or (b) on top of a different window.
|
||||
* https://dwm.suckless.org/patches/warp/
|
||||
*/
|
||||
#define WARP_PATCH 0
|
||||
|
||||
/* Sometimes a single application opens different windows depending on the task
|
||||
* at hand and this is often reflected in the WM_WINDOW_ROLE(STRING) x property.
|
||||
* This patch adds the role field to the rule configuration so that one can
|
||||
|
Reference in New Issue
Block a user