1
0
Fork 0

autostart mpd

This commit is contained in:
Luca Bilke 2022-08-07 12:54:20 +02:00
parent afd404bc39
commit a6abad2114

View file

@ -6,7 +6,7 @@ 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
remaps & # run the remaps script, switching caps/esc and more; check it for more info
autostart="xcompmgr dunst unclutter pipewire"
autostart="mpd xcompmgr dunst unclutter pipewire"
for program in $autostart; do
pidof -s "$program" || setsid -f "$program"