diff options
Diffstat (limited to '.config/herbstluftwm/autostart')
| -rwxr-xr-x | .config/herbstluftwm/autostart | 3 |
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 | |||
| 206 | feh --bg-fill $WALLPAPER | 206 | feh --bg-fill $WALLPAPER |
| 207 | 207 | ||
| 208 | #Start compton if not running | 208 | #Start compton if not running |
| 209 | start_compton(){ compton -c -z & } | 209 | start_compton(){ compton --config ~/.compton & } |
| 210 | if pgrep compton >> /dev/null | 210 | if pgrep compton >> /dev/null |
| 211 | then | 211 | then |
| 212 | kill $(pgrep compton) | 212 | kill $(pgrep compton) |
| @@ -235,3 +235,4 @@ then | |||
| 235 | else | 235 | else |
| 236 | xscreensaver -no-splash& | 236 | xscreensaver -no-splash& |
| 237 | fi | 237 | fi |
| 238 | |||
