mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-19 06:07:24 +02:00
fix: noctalia-shell - failed to unlock after suspend
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
general {
|
general {
|
||||||
lock_cmd = noctalia-shell ipc call lockScreen lock # avoid starting multiple instances
|
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
|
# after_sleep_cmd = hyprctl dispatch dpms on # resume dpms after suspend
|
||||||
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests
|
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user