summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-25 08:27:25 +0300
committerThanos Apollo <[email protected]>2023-08-25 09:14:27 +0300
commitd71c74c9bacdbeec1dc81ae5a38eebb6672194a5 (patch)
treed82b662b3dcfe9cdcc9141146538d34bebc378ad
parent6ed0c80b74c3c3106efa8f99586d85b27d1e2a79 (diff)
stumpwm: format autostart commands & add syncthing
-rw-r--r--stumpwm.org7
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