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
Daemon/WindowListener: Prevent auto-suspend/idle when going fullscreen
Adds two methods to the gala daemon that are triggered by gala itself via dbus,
because the WindowListener is not inside a GTK Application.
One method used when any window goes fullscreen,
to mark it as "inhibiting"automatic sleep to the session manager.
The other method is to "unhibit" for the given window when it exits fullscreen.
Multiple windows can inhibit sleeping, they all must exit fullscreen
to restore auto-sleep.
NB: If any window is fullscreen, auto sleep is disabled,
even if it is not on the current virtual desktop.
TODO: add gschema setting for disabling auto suspend when fullscreen
0 commit comments