blob: fb1308396525372ba6dc8f32d20709f60dd5b70e (
plain)
1
2
3
4
5
|
# Turn off display after tiemout
exec swayidle -w \
timeout 300 'swaylock -f -c 14171d' \
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 14171d'
|