summaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-21 13:38:35 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-21 13:38:35 +0900
commit5a188b9c2514dc9e65f6c87abbbd2e0372a7bf5d (patch)
treef056c89cbb74e339b1638ca3b7b1ffe14626e0cb /dwm
parent1b746ec59df96c4767b1ab6b8b03173e55f4b583 (diff)
modified dwm.c
Diffstat (limited to 'dwm')
-rw-r--r--dwm/dwm.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/dwm/dwm.c b/dwm/dwm.c
index 6c6b979..39e7408 100644
--- a/dwm/dwm.c
+++ b/dwm/dwm.c
@@ -2052,8 +2052,8 @@ run(void)
void
runAutostart(void)
-{
- system("killall -q dwmblocks; dwmblocks &");
+{
+ system("killall -q dwmblocks; dwmblocks &");
}
void
@@ -2818,7 +2818,7 @@ unmanage(Client *c, int destroyed)
focus(NULL);
return;
}
-
+
if (c == mark)
setmark(0);
@@ -3489,3 +3489,4 @@ main(int argc, char *argv[])
XCloseDisplay(dpy);
return EXIT_SUCCESS;
}
+