Remove pipewire from programs list

This commit is contained in:
rakete 2022-03-07 03:43:35 +01:00
parent db1a167b9b
commit db337c90b5

View File

@ -8,7 +8,7 @@ setbg & # set the background with the `setbg` script
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & # Uncomment to use Xresources colors/settings on startup
remaps & # run the remaps script, switching caps/esc and more; check it for more info
autostart="mpd xcompmgr dunst unclutter pipewire"
autostart="mpd xcompmgr dunst unclutter"
for program in $autostart; do
pidof -s "$program" || setsid -f "$program"