replace restartsig with selfrestart

This commit is contained in:
Luca Bilke 2024-02-07 16:45:03 +01:00
commit be92cad4d2
No known key found for this signature in database
GPG key ID: B753481DA0B6FA47
2 changed files with 3 additions and 3 deletions

View file

@ -966,7 +966,7 @@
* Additionally dwm can quit cleanly by using kill -TERM dwmpid.
* https://dwm.suckless.org/patches/restartsig/
*/
#define RESTARTSIG_PATCH 1
#define RESTARTSIG_PATCH 0
/* Adds rio-like drawing to resize the selected client.
* This depends on an external tool slop being installed.
@ -1038,7 +1038,7 @@
/* Allows restarting dwm without the dependency of an external script.
* https://dwm.suckless.org/patches/selfrestart/
*/
#define SELFRESTART_PATCH 0
#define SELFRESTART_PATCH 1
/* Floating windows being sent to another monitor will be centered.
* https://dwm.suckless.org/patches/sendmoncenter/