XINIT: Start mpdscribble
This commit is contained in:
parent
bf05375498
commit
bacf9a91fd
1 changed files with 7 additions and 0 deletions
7
.xinitrc
7
.xinitrc
|
@ -10,4 +10,11 @@ while :; do
|
|||
sleep 1m
|
||||
done &
|
||||
|
||||
# mpdscribble
|
||||
pidof mpdscribble >& /dev/null
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
mpdscribble &
|
||||
fi
|
||||
|
||||
exec ~/development/projects/dwm/dwm
|
||||
|
|
Loading…
Reference in a new issue