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
general {
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors
}
listener {
timeout = 30
on-timeout = wlr-dpms off
on-resume = wlr-dpms on
}
As you can see in the following log, the listener actions work fine until it goes out of inhibition at:
[LOG] App with owner :1.84 disconnected
[LOG] Inhibit locks: 0
At that moment countdown seems to stop and wlr-dpms off is not triggered any longer after 30 sec. of inactivity.
N.b. Got a similar issue with swayidle.
Possible duplicate of #74
Arch/Qtile wayland
v 0.1.4
As you can see in the following log, the listener actions work fine until it goes out of inhibition at:
At that moment countdown seems to stop and
wlr-dpms off
is not triggered any longer after 30 sec. of inactivity.N.b. Got a similar issue with
swayidle
.The text was updated successfully, but these errors were encountered: