fix: remove sleep cmd from hypridle(doesn't work currently, when writing password)

This commit is contained in:
Seymur Bagirov 2024-02-22 16:02:46 +04:00
parent 120c30f505
commit 636cbb0ad3

View File

@ -2,8 +2,8 @@ $lockCmd = hyprlock
general { general {
lock_cmd = $lockCmd # dbus/sysd lock command (loginctl lock-session) lock_cmd = $lockCmd # dbus/sysd lock command (loginctl lock-session)
unlock_cmd = loginctl unlock-session # same as above, but unlock unlock_cmd = loginctl unlock-session # same as above, but unlock
before_sleep_cmd = $lockCmd # command ran before sleep # before_sleep_cmd = $lockCmd # command ran before sleep
after_sleep_cmd = $lockCmd # command ran after sleep # after_sleep_cmd = $lockCmd # command ran after sleep
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
} }