mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 20:54:34 +00:00
Fix typos
This commit is contained in:
parent
e621adedf3
commit
42d4a02eb4
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue