.xinitrc
This commit is contained in:
parent
f1532bd578
commit
ab27e7a3bb
1 changed files with 0 additions and 8 deletions
8
.xinitrc
8
.xinitrc
|
@ -4,14 +4,6 @@ xmodmap ~/.Xmodmap
|
|||
numlockx &
|
||||
emacs --daemon &
|
||||
xbindkeys &
|
||||
#_. mpdscribble
|
||||
pidof mpdscribble >& /dev/null
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
mpdscribble &
|
||||
fi
|
||||
#_. mpdnotify
|
||||
mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
|
||||
#_ Start notifier
|
||||
/usr/bin/dunst \
|
||||
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
|
||||
|
|
Loading…
Reference in a new issue