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.
One is used when any window goes fullscreen, to mark it as "inhibiting" automatic sleep to the session manager.
The other method to "unhibit" for the same 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