diff options
author | Thanos Apollo <[email protected]> | 2023-08-26 14:18:27 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-26 14:18:27 +0300 |
commit | f486d2fa1e11631cd5de3a93f93bf730dc0c2998 (patch) | |
tree | 7ae750ddf27e7ab034a40152f73b6a639eb2ef98 /stumpwm.org | |
parent | 805ba8782d541258507b58a7c1e1faa68ef8c5d9 (diff) |
stumpwm: format init commands
Diffstat (limited to 'stumpwm.org')
-rw-r--r-- | stumpwm.org | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/stumpwm.org b/stumpwm.org index 33407c1..949b77a 100644 --- a/stumpwm.org +++ b/stumpwm.org @@ -55,15 +55,12 @@ (cond ((equal (asdf:hostname) "zeus") (feh-set-wallpaper "eris-chocolates.jpg")) ((equal (asdf:hostname) "hermes") (feh-set-wallpaper "library-old-house.jpg")))) - (defun thanos/run-commands (input) - "Run a list of shell commands" - (mapc #'stumpwm:run-shell-command input)) - (when *initializing* - (thanos/run-commands + (mapc #'stumpwm:run-shell-command '("emacs --daemon" "picom" - "setxkbmap -layout us,gr,my-bg -option 'ctrl:swapcaps' -option 'grp:alt_space_toggle'")) + "setxkbmap -layout us,gr,my-bg -option 'ctrl:swapcaps' -option 'grp:alt_space_toggle'" + "transmission-daemon")) (thanos/set-wallpapers)) (setf *startup-message* "Welcome back, Thanos") |