diff options
Diffstat (limited to 'stumpwm.org')
-rw-r--r-- | stumpwm.org | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/stumpwm.org b/stumpwm.org index 447cdfa..9963808 100644 --- a/stumpwm.org +++ b/stumpwm.org @@ -54,10 +54,9 @@ (when *initializing* - (stumpwm:run-shell-command - "emacs --daemon & - picom & - setxkbmap -layout us,gr,my-bg -option 'ctrl:swapcaps' -option 'grp:alt_space_toggle'")) + (stumpwm:run-shell-command "emacs --daemon") + (stumpwm:run-shell-command "picom") + (stumpwm:run-shell-command "setxkbmap -layout us,gr,my-bg -option 'ctrl:swapcaps' -option 'grp:alt_space_toggle'")) (setf *startup-message* "Welcome back, Thanos") #+end_src |