Adding cool autostart patch

This commit is contained in:
bakkeby
2020-08-10 10:22:21 +02:00
parent 85dd49a6a4
commit dfe1c40563
8 changed files with 96 additions and 2 deletions

View File

@ -337,6 +337,12 @@
*/
#define COMBO_PATCH 0
/* Allow dwm to execute commands from autostart array in your config.h file. When dwm exits
* then all processes from autostart array will be killed.
* https://dwm.suckless.org/patches/cool_autostart/
*/
#define COOL_AUTOSTART_PATCH 0
/* The cyclelayouts patch lets you cycle through all your layouts.
* https://dwm.suckless.org/patches/cyclelayouts/
*/