.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 &
|
||||
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 ]---------------------------------------------
|
||||
/usr/bin/dunst \
|
||||
|
|
Loading…
Reference in a new issue