hyprwm / hypridle

Hyprland's idle daemon
BSD 3-Clause "New" or "Revised" License
404 stars 25 forks source link

[BUG] systemd-inhibit not work #81

Closed The-Lost-Light closed 1 month ago

The-Lost-Light commented 4 months ago

I try systemd-inhibit --what=idle --mode=block sleep infinity and It seems that hypridle is not affected in any way

nydragon commented 2 months ago

I second that, works with swayidle but not hypridle. With ignore_systemd_inhibit = false

TheCoder3156 commented 1 month ago

Same issue, problem seems to be it can't recognize ignore_systemd_inhibit in the config Logs: [ERR] Config has errors: Config error in file /home/redacted/.config/hypr/hypridle.conf at line 6: config option <general:ignore_systemd_inhibit> does not exist. Proceeding ignoring faulty entries

ahuston-0 commented 1 month ago

So I just checked (because i'm looking to do something similar). ignore_systemd_inhibit is on main but not in the 0.1.2. So I guess we have to either run off of main or wait for the next release to be cut.

TheCoder3156 commented 1 month ago

This can probably be closed now since it is a package/downstream issue.