From 50b34313e8ee8a5b0d407a1b109385504157c474 Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 29 May 2024 13:29:06 +0000 Subject: [PATCH] remove background apps from xinit, now in .config/service --- x11/.xinitrc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/x11/.xinitrc b/x11/.xinitrc index 1c638a1..5a6b5f7 100755 --- a/x11/.xinitrc +++ b/x11/.xinitrc @@ -15,12 +15,4 @@ if xinput | grep " USB OPTICAL MOUSE" >/dev/null 2>&1; then xinput set-prop " USB OPTICAL MOUSE" "libinput Accel Speed" 0.3 fi -pipewire & -wireplumber & -pipewire-pulse & -picom & -dunst & -udiskie & -dwmblocks & - -exec dbus-launch --exit-with-session dwm +exec dwm