Lock on sleep

This commit is contained in:
Salt 2025-01-12 05:02:02 -06:00
parent 937e18a6a6
commit 3eb55227d9

View File

@ -3,6 +3,8 @@
general {
lock_cmd = pgrep -u "$USER" hyprlock || hyprlock
unlock_cmd = pkill -xu "$USER" -SIGUSR1 hyprlock
before_sleep_cmd = loginctl lock-session
}
listener {