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