Added clight configuration
This commit is contained in:
parent
f73a8f3e95
commit
3184904b40
4 changed files with 373 additions and 7 deletions
|
@ -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' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue