add restartsig back
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Luca Bilke 2024-02-07 16:57:35 +01:00
parent be92cad4d2
commit 06a67ba2c4
No known key found for this signature in database
GPG key ID: B753481DA0B6FA47

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 0
#define RESTARTSIG_PATCH 1
/* Adds rio-like drawing to resize the selected client.
* This depends on an external tool slop being installed.