.xinitrc
This commit is contained in:
parent
ae70b0e6ba
commit
97d0fb6a89
1 changed files with 1 additions and 1 deletions
2
.xinitrc
2
.xinitrc
|
@ -15,7 +15,7 @@ fi
|
||||||
mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
|
mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
|
||||||
#_. rootname
|
#_. rootname
|
||||||
while true; do
|
while true; do
|
||||||
xsetroot -name `/home/slash/.rootname.scm`
|
xsetroot -name "`/home/slash/.rootname.scm`"
|
||||||
sleep 1m
|
sleep 1m
|
||||||
done &
|
done &
|
||||||
#_ Start notifier
|
#_ Start notifier
|
||||||
|
|
Loading…
Reference in a new issue