From 42d4a02eb4c71a284b084af52222021c09529268 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 11 Mar 2024 02:18:24 +0100 Subject: [PATCH] Fix typos --- home/.config/hypr/hypridle.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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