swaywm / swayidle

Idle management daemon for Wayland
MIT License
550 stars 50 forks source link

Implement mutter's IdleMonitor dbus API #153

Closed Oreolek closed 12 months ago

Oreolek commented 12 months ago

Time tracking programs query org.gnome.Mutter.IdleMonitor and don't understand when it's missing.

kennylevinsen commented 12 months ago

swayidle is not meant to emulate GNOME dbus APIs. Idle is also not a single state, but independent timeouts.

This can easily be a standalone tool, with its own configuration.