remove pamixer dependency

This commit is contained in:
2023-10-12 18:01:00 +02:00
parent 73fcf5a72b
commit 01e7f20b2e
2 changed files with 30 additions and 43 deletions

View File

@ -9,8 +9,8 @@ xrdb -merge ~/.config/x11/Xresources
setbg & # set the background with the `setbg` script
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
autostart="picom mpd dunst unclutter dwmblocks update_musicbar pipewire remapd"
autostart="picom mpd dunst unclutter dwmblocks update_musicbar pipewire remapd pipewire"
for program in $autostart; do
pidof -s "$program" || setsid -f "$program"
done >/dev/null 2>&1