diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-18 13:33:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-18 13:33:37 +0900 |
| commit | cc4026163f0195e417700db7ddce352e89be87ab (patch) | |
| tree | b646cff238000f679fd2fb805ebbee8f47452b85 /dwm/dwm.c | |
| parent | 86195bb8f2c1e24cbbb183f8defb555ffedd6e02 (diff) | |
modified dwm/dwm.c, created dwm/dwm-cool-autostart-20240312-9f88553.diff
Diffstat (limited to 'dwm/dwm.c')
| -rw-r--r-- | dwm/dwm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
