diff options
| -rw-r--r-- | init.lisp | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,3 +13,10 @@ ;; (enable-mode-line (current-screen) h t))) ;;(stumptray::stumptray) + +(run-shell-command "/usr/bin/urxvtd -q -o -f") +(run-shell-command "/usr/bin/emacs --daemon") +(run-shell-command "/usr/bin/ibus-daemon -d -r -x") +(run-shell-command "/usr/bin/mpd") +(run-shell-command "/usr/bin/pipewire") +(run-shell-command "~/.local/bin/set-wallpaper") |
