autostart: start fehbg, if present
This commit is contained in:
parent
707aed77e9
commit
19a5deaea1
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
[ -r $HOME/.fehbg ] && . $HOME/.fehbg
|
||||||
start-pulseaudio-x11
|
start-pulseaudio-x11
|
||||||
compton -b
|
compton -b
|
||||||
echo "Started on `date -Iseconds`" > $HOME/log
|
echo "Started on `date -Iseconds`" > $HOME/log
|
||||||
|
|
Loading…
Reference in a new issue