Commit: a8af43f0c596c27c610052fe8edd06a7a26fcea5 Parent: c3074914bb1615f12cb4056a77a73200ea219f03 Author: Randy Palamar Date: Fri, 9 Jul 2021 16:58:26 -0600 xinitrc: start mpdidle script Diffstat:
M | .config/x11/xinitrc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc @@ -9,6 +9,7 @@ gpg_flags="--daemon --default-cache-ttl 14400 --max-cache-ttl 36000 --no-allow-e [ $(pgrep xbanish) ] || xbanish & [ $(pgrep status) ] || status & +[ $(pgrep mpdidle) ] || mpdidle & [ -d /tmp/downloads ] || mkdir /tmp/downloads @@ -19,4 +20,4 @@ export GTK_IM_MODULE=ibus export QT_IM_MODULE=ibus ibus-daemon -drx -exec ~/bin/dwm -\ No newline at end of file +exec ~/bin/dwm