feat(hypridle): fix hypridle not turning of screen even when force locked

This commit is contained in:
CronyAkatsuki 2025-10-07 09:29:38 +02:00
parent 4afb18bbb1
commit 9f2cd61c3c

View file

@ -106,6 +106,8 @@ in {
lock_cmd = "pidof hyprlock || hyprlock"; # avoid starting multiple hyprlock instances. lock_cmd = "pidof hyprlock || hyprlock"; # avoid starting multiple hyprlock instances.
before_sleep_cmd = "loginctl lock-session"; # lock before suspend. before_sleep_cmd = "loginctl lock-session"; # lock before suspend.
after_sleep_cmd = "hyprctl dispatch dpms on"; # to avoid having to press a key twice to turn on the display. after_sleep_cmd = "hyprctl dispatch dpms on"; # to avoid having to press a key twice to turn on the display.
ignore_dbus_inhibit = 1;
ignore_systemd_inhibit = 1;
}; };
listener = [ listener = [