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
|
||||
[ -r $HOME/.fehbg ] && . $HOME/.fehbg
|
||||
start-pulseaudio-x11
|
||||
compton -b
|
||||
echo "Started on `date -Iseconds`" > $HOME/log
|
||||
|
|
Loading…
Reference in a new issue