autostart: start fehbg, if present

This commit is contained in:
Tobias Schmidl 2019-02-25 13:42:47 +01:00
parent 707aed77e9
commit 19a5deaea1

View file

@ -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