summaryrefslogtreecommitdiff
path: root/dwm/dwm.c
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-18 13:33:37 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-18 13:33:37 +0900
commitcc4026163f0195e417700db7ddce352e89be87ab (patch)
treeb646cff238000f679fd2fb805ebbee8f47452b85 /dwm/dwm.c
parent86195bb8f2c1e24cbbb183f8defb555ffedd6e02 (diff)
modified dwm/dwm.c, created dwm/dwm-cool-autostart-20240312-9f88553.diff
Diffstat (limited to 'dwm/dwm.c')
-rw-r--r--dwm/dwm.c4
1 files changed, 2 insertions, 2 deletions
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