feat(hypridle): fix hypridle not turning of screen even when force locked
This commit is contained in:
parent
4afb18bbb1
commit
9f2cd61c3c
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ in {
|
|||
lock_cmd = "pidof hyprlock || hyprlock"; # avoid starting multiple hyprlock instances.
|
||||
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.
|
||||
ignore_dbus_inhibit = 1;
|
||||
ignore_systemd_inhibit = 1;
|
||||
};
|
||||
|
||||
listener = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue