machine_setup/ansible/roles/sway/files/sway_config_files/lockscreen.conf
2022-11-29 02:33:11 -05:00

9 lines
150 B
Plaintext

set $lock swaylock -c 000000
# Hotkey to lock the screen
bindsym $mod+l exec $lock
exec swayidle \
timeout 300 '$lock' \
before-sleep '$lock'