From cf5b87e14f62a9708ecddc0c8b7239ba8eb69b4a Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 19 May 2024 05:39:33 -0400 Subject: [PATCH] change the dbus launch command, and use runsvdir for user-level services --- dwm/.config/X11/xinitrc | 2 +- dwm/.config/X11/xprofile | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dwm/.config/X11/xinitrc b/dwm/.config/X11/xinitrc index f150e06..e15ae36 100755 --- a/dwm/.config/X11/xinitrc +++ b/dwm/.config/X11/xinitrc @@ -6,4 +6,4 @@ elif [ -f "$HOME/.xprofile" ]; then . "$HOME/.xprofile" fi -exec dbus-launch dwm +exec dbus-run-session dwm diff --git a/dwm/.config/X11/xprofile b/dwm/.config/X11/xprofile index 0d05c26..6e185eb 100755 --- a/dwm/.config/X11/xprofile +++ b/dwm/.config/X11/xprofile @@ -10,7 +10,5 @@ xrandr --dpi 96 xinput set-prop "SOAI USB Gaming Mouse" "libinput Accel Profile Enabled" 0 1 0 xinput set-prop "SOAI USB Gaming Mouse" "libinput Accel Speed" 0 -autostart="pipewire wireplumber pipewire-pulse udiskie dunst picom sxhkd dwmblocks" -for program in $autostart; do - "$program" & -done >/dev/null 2>&1 +dwmblocks & +runsvdir "$HOME/.runit/runsvdir" &