.xinitrc
This commit is contained in:
parent
a024a183ac
commit
2e6dc129cb
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