summaryrefslogtreecommitdiff
path: root/dwm/dwm.c
diff options
context:
space:
mode:
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