Revert "Disable screen locking"

This reverts commit a998d64fa9.
This commit is contained in:
Vili Sinervä 2025-05-27 23:20:38 +03:00
parent a998d64fa9
commit 624940eb8d
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
2 changed files with 4 additions and 0 deletions

View file

@ -100,6 +100,8 @@ pkgs.writeText "i3-conf" ''
bindsym $mod+Shift+p mode "$mode_system"
set $mode_system (l)ock, (s)uspend, (h)ibernate, (r)eboot, (S)hutdown
mode "$mode_system" {
bindsym l exec --no-startup-id i3lock, mode "default"
bindsym s exec --no-startup-id systemctl suspend, mode "default"
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default"
bindsym Shift+s exec --no-startup-id systemctl poweroff, mode "default"