diff options
-rw-r--r-- | .stumpwm.d/commands.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |