From 328aac89b712ef28afe23914722b6e4ddc71fa8a Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Sep 2023 17:08:28 +0300 Subject: stumpwm: start emacs without daemon Starting emacs normally and then 'server-start' seems a better option to avoid any bugs with pinentry launching via sutmpwm --- .stumpwm.d/commands.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3