aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm/autostart
diff options
context:
space:
mode:
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x.config/herbstluftwm/autostart3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index b8f8898..b5115cf 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -206,7 +206,7 @@ fi
206feh --bg-fill $WALLPAPER 206feh --bg-fill $WALLPAPER
207 207
208#Start compton if not running 208#Start compton if not running
209start_compton(){ compton -c -z & } 209start_compton(){ compton --config ~/.compton & }
210if pgrep compton >> /dev/null 210if pgrep compton >> /dev/null
211then 211then
212 kill $(pgrep compton) 212 kill $(pgrep compton)
@@ -235,3 +235,4 @@ then
235else 235else
236 xscreensaver -no-splash& 236 xscreensaver -no-splash&
237fi 237fi
238