mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
idle_inhibit: stop inhibitor when views become invisible
This commit is contained in:
parent
e4bfb3bc98
commit
072b334abc
5 changed files with 31 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ struct sway_server {
|
|||
|
||||
struct wlr_idle_inhibit_manager_v1 *idle_inhibit_v1;
|
||||
struct wl_listener new_idle_inhibitor_v1;
|
||||
struct wl_list idle_inhibitors_v1;
|
||||
|
||||
struct wlr_layer_shell *layer_shell;
|
||||
struct wl_listener layer_shell_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue