mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
fix: remove sleep cmd from hypridle(doesn't work currently, when writing password)
This commit is contained in:
parent
120c30f505
commit
636cbb0ad3
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user