11 lines
249 B
Plaintext
Raw Normal View History

2023-10-11 23:03:21 -04:00
set $lock swaylock -f -c 000000
2022-11-29 02:33:11 -05:00
2022-11-28 22:48:44 -05:00
# Hotkey to lock the screen
2022-11-29 02:33:11 -05:00
bindsym $mod+l exec $lock
2022-11-28 22:48:44 -05:00
2023-10-11 23:03:21 -04:00
exec swayidle -w \
2022-11-29 02:33:11 -05:00
timeout 300 '$lock' \
2023-10-11 23:03:21 -04:00
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
2022-11-29 02:33:11 -05:00
before-sleep '$lock'