minor changes
This commit is contained in:
parent
648ee2fae9
commit
aeef7c9a17
2 changed files with 4 additions and 4 deletions
|
@ -884,7 +884,7 @@
|
|||
#define ON_EMPTY_KEYS_PATCH 0
|
||||
|
||||
/* Minor patch that prevents more than one rule being matched for a given client. */
|
||||
#define ONLY_ONE_RULE_MATCH_PATCH 1
|
||||
#define ONLY_ONE_RULE_MATCH_PATCH 0
|
||||
|
||||
/* This patch makes it so dwm will only exit via quit() if no windows are open.
|
||||
* This is to prevent you accidentally losing all your work.
|
||||
|
@ -896,7 +896,7 @@
|
|||
* monitor (default).
|
||||
* https://dwm.suckless.org/patches/pertag/
|
||||
*/
|
||||
#define PERTAG_PATCH 0
|
||||
#define PERTAG_PATCH 1
|
||||
|
||||
/* Option to enable gaps on a per tag basis rather than globally.
|
||||
* Depends on both pertag and vanitygaps patches being enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue