From cc4026163f0195e417700db7ddce352e89be87ab Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:33:37 +0900 Subject: modified dwm/dwm.c, created dwm/dwm-cool-autostart-20240312-9f88553.diff --- dwm/dwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm/dwm.c') diff --git a/dwm/dwm.c b/dwm/dwm.c index d2d1a2f..f84eed1 100644 --- a/dwm/dwm.c +++ b/dwm/dwm.c @@ -450,7 +450,6 @@ unsigned int tagw[LENGTH(tags)]; struct NumTags { char limitexceeded[LENGTH(tags) > 28 ? -1 : 1]; }; /* function implementations */ - static void alttab(const Arg *arg) { @@ -2099,6 +2098,7 @@ void quit(const Arg *arg) { if (arg->i) restart = 1; + running = 0; } @@ -2259,7 +2259,7 @@ run(void) void runAutostart(void) { - system("killall -q dwmblocks; dwmblocks &"); + system("killall -q -9 dwmblocks; dwmblocks &"); } void -- cgit v1.2.3