We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" }
The text was updated successfully, but these errors were encountered:
I've just created a pull request #57 which implements listening for systemd-inhibit block idle inhibits
Sorry, something went wrong.
#57 has been merged. This issue can be closed now.
No branches or pull requests
I think you have to implement something like this for swayidle: swaywm/swayidle#48
To reproduce:
And watch hypridle still lock (it's easy to test with this conf file:
The text was updated successfully, but these errors were encountered: