You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Linux 6.11.5-arch1-1
Hyprland, built from branch at commit 4520b30d498daca8079365bdb909a8dea38e8d55 (version: bump to 0.44.1).
hypridle 0.1.4-1
My understanding of how hypridle works
Is by using ext_idle_notifier_v1 to listen for idle
And separately is pulling for inhibitors increasing or decreasing m_iInhibitLocks if their is a new lock or geting removed
Then when idled or removed gets called it checks if their are any inhabitor locks
if (g_pHypridle->m_iInhibitLocks > 0) {
When trying to implement #39 it seems like only steam was getting loged log.txt
But when watching a youtube video or starting factorio they send nothing in the logs
But idled would completely be stopped being called even when putting a break point in onIdled
Even setting ignore_dbus_inhibit and ignore_systemd_inhibit to true does not stop firefox/youtube or factorio from inhabiting idle
The text was updated successfully, but these errors were encountered:
OS: Linux 6.11.5-arch1-1
Hyprland, built from branch at commit 4520b30d498daca8079365bdb909a8dea38e8d55 (version: bump to 0.44.1).
hypridle 0.1.4-1
My understanding of how hypridle works
Is by using ext_idle_notifier_v1 to listen for idle
And separately is pulling for inhibitors increasing or decreasing m_iInhibitLocks if their is a new lock or geting removed
Then when
idled
orremoved
gets called it checks if their are any inhabitor locksWhen trying to implement #39 it seems like only steam was getting loged
log.txt
But when watching a youtube video or starting factorio they send nothing in the logs
But
idled
would completely be stopped being called even when putting a break point inonIdled
Even setting ignore_dbus_inhibit and ignore_systemd_inhibit to true does not stop firefox/youtube or factorio from inhabiting idle
The text was updated successfully, but these errors were encountered: