.xinitrc
This commit is contained in:
parent
2fa17c7dc3
commit
5588d42af5
1 changed files with 1 additions and 1 deletions
2
.xinitrc
2
.xinitrc
|
@ -18,7 +18,7 @@ then
|
||||||
mpdscribble &
|
mpdscribble &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mpc idleloop player | { while read; do notify-send mpc current; done } &
|
mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
|
||||||
|
|
||||||
# -----[ Start notifier ]---------------------------------------------
|
# -----[ Start notifier ]---------------------------------------------
|
||||||
/usr/bin/dunst \
|
/usr/bin/dunst \
|
||||||
|
|
Loading…
Reference in a new issue