From 19a5deaea1be4d44a6ea7844ac44829d1bba041d Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 25 Feb 2019 13:42:47 +0100 Subject: [PATCH] autostart: start fehbg, if present --- .local/bin/autostart | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/autostart b/.local/bin/autostart index d747c54..fb805e4 100755 --- a/.local/bin/autostart +++ b/.local/bin/autostart @@ -1,4 +1,5 @@ #! /bin/sh +[ -r $HOME/.fehbg ] && . $HOME/.fehbg start-pulseaudio-x11 compton -b echo "Started on `date -Iseconds`" > $HOME/log