From 8d6788884b8864a7b3b2914ebfc0738f40994c8e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 22 Sep 2023 21:39:27 +0300 Subject: [stumpwm] Update autostart commands --- .stumpwm.d/commands.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.stumpwm.d') diff --git a/.stumpwm.d/commands.lisp b/.stumpwm.d/commands.lisp index 57dca87..888f223 100644 --- a/.stumpwm.d/commands.lisp +++ b/.stumpwm.d/commands.lisp @@ -20,6 +20,7 @@ (make-web-jump "Duck" "firefox https://duckduckgo.com/?q=") (make-web-jump "Invidious" "firefox https://yewtu.be/search?q=") + (defcommand firefox () () "Run or raise Firefox." (sb-thread:make-thread (lambda () (run-or-raise "firefox" '(:class "firefox") t nil)))) @@ -49,8 +50,7 @@ (when *initializing* (mapc #'stumpwm:run-shell-command - '("emacs" - "picom" + '("picom" "transmission-daemon" "xsetroot -cursor_name left_ptr")) (thanos/set-wallpapers)) -- cgit v1.2.3