Added restartsig

This commit is contained in:
Alexis Jhon Gaspar 2023-09-30 22:38:30 +08:00
parent 005fbf0f4a
commit 4b9ea5afff

View file

@ -590,7 +590,7 @@
* #cp -f patch/dwmc ${DESTDIR}${PREFIX}/bin
* http://dwm.suckless.org/patches/dwmc/
*/
#define DWMC_PATCH 1
#define DWMC_PATCH 1
/* This patch allows no tag at all to be selected. The result is that dwm will start with
* no tag selected and when you start a client with no tag rule and no tag selected then
@ -948,7 +948,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.
@ -1008,7 +1008,7 @@
*
* The above is not persisted across reboots, however.
*/
#define SEAMLESS_RESTART_PATCH 1
#define SEAMLESS_RESTART_PATCH 1
/* As opposed to the original patch this only adds a rule option allowing fake fullscreen
* to be enabled for applications when they start. This is intended to be used in combination
@ -1020,7 +1020,7 @@
/* Allows restarting dwm without the dependency of an external script.
* https://dwm.suckless.org/patches/selfrestart/
*/
#define SELFRESTART_PATCH 1
#define SELFRESTART_PATCH 1
/* This patch allow clients to keep focus when being sent to another monitor.
* https://github.com/bakkeby/patches/blob/master/dwm/dwm-sendmon_keepfocus-6.2.diff
@ -1314,7 +1314,7 @@
* launchers, docks, desktop icons and more.
* https://github.com/bakkeby/patches/wiki/unmanaged
*/
#define UNMANAGED_PATCH 1
#define UNMANAGED_PATCH 1
/* This patch adds configurable gaps between windows differentiating between outer, inner,
* horizontal and vertical gaps.