summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.stumpwm.d/commands.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stumpwm.d/commands.lisp b/.stumpwm.d/commands.lisp
index 1976e9d..57dca87 100644
--- a/.stumpwm.d/commands.lisp
+++ b/.stumpwm.d/commands.lisp
@@ -49,7 +49,7 @@
(when *initializing*
(mapc #'stumpwm:run-shell-command
- '("emacs --daemon"
+ '("emacs"
"picom"
"transmission-daemon"
"xsetroot -cursor_name left_ptr"))