2023-09-05 03:21:01 +00:00
|
|
|
# Turn off display after tiemout
|
|
|
|
exec swayidle -w \
|
2023-09-29 14:36:21 +00:00
|
|
|
timeout 300 'swaylock -f -c 14171d' \
|
2023-09-05 03:21:01 +00:00
|
|
|
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
2023-09-29 14:36:21 +00:00
|
|
|
before-sleep 'swaylock -f -c 14171d'
|