Added clight configuration

This commit is contained in:
Tibo De Peuter 2022-06-10 10:20:55 +02:00
parent f73a8f3e95
commit 3184904b40
4 changed files with 373 additions and 7 deletions

View file

@ -6,9 +6,6 @@
pkill swayidle
swayidle -w \
timeout 300 \
"~/.scripts/wander.sh" \
resume 'brightnessctl -r' \
timeout 600 \
'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
@ -17,3 +14,6 @@ swayidle -w \
before-sleep 'swaymsg "output * dpms on"; swaylock'
# Screen needs to be turned back on or you will get a black screen after waking up again.
# timeout 300 \
# "~/.scripts/wander.sh" \
# resume 'brightnessctl -r' \