diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-12-18 14:56:08 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-12-18 14:56:08 +0100 |
| commit | d7016714bd2397d235383f96e7047ad1dc972409 (patch) | |
| tree | 844f984e47d258be1fa14b797f6e678c68742ead | |
| parent | 337c8527822c87f863164d974337977187265b0a (diff) | |
| -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") |
