diff --git a/home/.config/hypr/hypridle.conf b/home/.config/hypr/hypridle.conf index 0fc1a94..d580f0f 100644 --- a/home/.config/hypr/hypridle.conf +++ b/home/.config/hypr/hypridle.conf @@ -1,8 +1,8 @@ general { - #lock_cmd = swaylock -fF # handled by systemd-lock-handler - unlock-cmd = killall -s SIGUSR1 swaylock # same as above, but unlock + #lock_cmd = hyprlock # handled by systemd-lock-handler + unlock-cmd = killall -s SIGUSR1 hyprlock # same as above, but unlock before_sleep_cmd = loginctl lock-session && sleep 2 ignore_dbus_inhibit = false @@ -16,14 +16,14 @@ listener { on-resume = hyprctl dismissnotify 1 } -# Lock the session & disable dunst notifications & turn screen back on +# Lock the session & disable dunst notifications listener { timeout = 310 on-timeout = loginctl lock-session && dunstctl set-paused true on-resume = dunstctl set-paused false } -# Turn off the screen after another 45s +# Turn off the screen after another 50s listener { timeout = 400 on-timeout = hyprctl dispatch dpms off