From d7016714bd2397d235383f96e7047ad1dc972409 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 18 Dec 2024 14:56:08 +0100 Subject: another fix --- init.lisp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index b6874d6..858b645 100644 --- a/init.lisp +++ b/init.lisp @@ -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") -- cgit v1.2.3