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
If implementing support for Wayland protocols is too much effort, you could get away with using the freedesktop-compliant inhibit messages over DBus, because us Wayland users have a tool called idlehack to make the two inhibit protocols inter-compatible.
The text was updated successfully, but these errors were encountered:
This doesn't seem to work for me under wayland, when using swayidle and playing anything from tidal its not accepting the idle. I tried deactivated the MPRIS option, but I didn't change the behaviour.
While playing, the program should inhibit idle deamons.
On Xorg/X11, this can be accomplished with the DBus messages:
https://www.freedesktop.org/wiki/Software/systemd/inhibit/
On Wayland, this can be done by utilizing the
idle-inhibit-unstable-v1
protocol:https://wayland.app/protocols/idle-inhibit-unstable-v1
If implementing support for Wayland protocols is too much effort, you could get away with using the freedesktop-compliant inhibit messages over DBus, because us Wayland users have a tool called idlehack to make the two inhibit protocols inter-compatible.
The text was updated successfully, but these errors were encountered: