prevent soft hints by default
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
a9b8b536c7
commit
0d7546aa7b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue