Fix typos

This commit is contained in:
ItsDrike 2024-03-11 02:18:24 +01:00
parent e621adedf3
commit 42d4a02eb4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

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