minor changes

This commit is contained in:
Luca Bilke 2024-01-31 15:53:53 +01:00
commit aeef7c9a17
No known key found for this signature in database
GPG key ID: AD6630D0A1E650AC
2 changed files with 4 additions and 4 deletions

View file

@ -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.