config: herbstluftwm: autostart: start redshift if not started yet

This commit is contained in:
Thomas Preisner 2018-04-29 01:48:33 +02:00
parent 48bcf05dd7
commit 30918bab6d

View file

@ -211,3 +211,6 @@ herbstclient set tree_style '╾│ ├└╼─┐'
# stop all started panels
kill ${pids[@]}
} &
# start redshift if not yet running
pgrep redshift > /dev/null || redshift &