prevent soft hints by default

This commit is contained in:
Luca Bilke 2024-02-28 18:59:21 +01:00
parent a9b8b536c7
commit 0d7546aa7b
No known key found for this signature in database
GPG key ID: B753481DA0B6FA47

View file

@ -1104,7 +1104,7 @@
* if it is available in config.h for the given client.
* https://dwm.suckless.org/patches/sizehints/
*/
#define SIZEHINTS_RULED_PATCH 0
#define SIZEHINTS_RULED_PATCH 1
/* This patch makes dwm obey even "soft" sizehints for new clients. The isfreesize
* version is similar to the sizehints ruled patch except it allows you to specify
@ -1117,7 +1117,7 @@
*
* https://dwm.suckless.org/patches/sizehints/
*/
#define SIZEHINTS_ISFREESIZE_PATCH 1
#define SIZEHINTS_ISFREESIZE_PATCH 0
/* In a multi-head setup monitor 0 is by default the primary screen, with the left and right
* screen being monitor 1 and 2 respectively. This patch sorts screens left to right (or