summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-09 11:39:47 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-03-09 11:39:47 +0900
commit1a540099f314fb29fb75588d20fcd31889362193 (patch)
tree50caf771adc78768c048d3766f2d48907fe18c43
parent4437d5b3c3eea76f6e2b0fd4a2ba21c02a098aeb (diff)
modified dwm/dwm.c
-rw-r--r--dwm/dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/dwm.c b/dwm/dwm.c
index 883ca2b..02990bf 100644
--- a/dwm/dwm.c
+++ b/dwm/dwm.c
@@ -4067,8 +4067,8 @@ main(int argc, char *argv[])
die("pledge");
#endif /* __OpenBSD__ */
scan();
- runAutostart();
run();
+ runAutostart();
if(restart) execvp(argv[0], argv);
cleanup();
XCloseDisplay(dpy);