diff options
author | Thanos Apollo <[email protected]> | 2023-09-22 21:39:27 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-22 21:39:27 +0300 |
commit | 8d6788884b8864a7b3b2914ebfc0738f40994c8e (patch) | |
tree | 0d10ede58c3a0a3c75d73a917f573a84fd1c9d8a /.stumpwm.d | |
parent | b64d5b147a7fff20a11a6496c76b004d64f7babb (diff) |
[stumpwm] Update autostart commands
Diffstat (limited to '.stumpwm.d')
-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)) |