fix: noctalia-shell - failed to unlock after suspend

This commit is contained in:
Ryan Yin
2026-05-08 11:56:57 +08:00
parent 81bc4f64f6
commit 86161aeb0c

View File

@@ -1,6 +1,6 @@
general {
lock_cmd = noctalia-shell ipc call lockScreen lock # avoid starting multiple instances
before_sleep_cmd = loginctl lock-session # lock before suspend
before_sleep_cmd = noctalia-shell ipc call lockScreen lock # lock before suspend
# after_sleep_cmd = hyprctl dispatch dpms on # resume dpms after suspend
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests
}