9 lines
150 B
Plaintext
Raw Normal View History

2022-11-29 02:33:11 -05:00
set $lock swaylock -c 000000
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
exec swayidle \
2022-11-29 02:33:11 -05:00
timeout 300 '$lock' \
before-sleep '$lock'