diff --git a/home/linux/gui/base/hypridle/hypridle.conf b/home/linux/gui/base/hypridle/hypridle.conf index e45c5047..f94c76de 100644 --- a/home/linux/gui/base/hypridle/hypridle.conf +++ b/home/linux/gui/base/hypridle/hypridle.conf @@ -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 }