autostart mpd
This commit is contained in:
parent
afd404bc39
commit
a6abad2114
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue