Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hypridle doesn't respect systemd-inhibit inhibitors #43

Closed
kelvie opened this issue Apr 5, 2024 · 2 comments
Closed

hypridle doesn't respect systemd-inhibit inhibitors #43

kelvie opened this issue Apr 5, 2024 · 2 comments

Comments

@kelvie
Copy link

kelvie commented Apr 5, 2024

I think you have to implement something like this for swayidle: swaywm/swayidle#48

To reproduce:

systemd-inhibit --what=idle --who=me --why="testing reasons" sleep infinity

And watch hypridle still lock (it's easy to test with this conf file:

listener {
    timeout = 2
    on-timeout = notify-send "idle"
    on-resume = notify-send "resumed"
}
@yawor
Copy link
Contributor

yawor commented May 13, 2024

I've just created a pull request #57 which implements listening for systemd-inhibit block idle inhibits

@yawor
Copy link
Contributor

yawor commented May 14, 2024

#57 has been merged. This issue can be closed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants