diff options
author | Thanos Apollo <[email protected]> | 2023-08-25 08:27:25 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-25 09:14:27 +0300 |
commit | d71c74c9bacdbeec1dc81ae5a38eebb6672194a5 (patch) | |
tree | d82b662b3dcfe9cdcc9141146538d34bebc378ad /stumpwm.org | |
parent | 6ed0c80b74c3c3106efa8f99586d85b27d1e2a79 (diff) |
stumpwm: format autostart commands & add syncthing
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 |