mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 01:38:02 +02:00
Only use window occlusion on platforms where it is supported
This commit is contained in:
@@ -3306,8 +3306,8 @@ The possible values are:
|
||||
:code:`invisible`
|
||||
Only send a notification when the window both is unfocused and not visible
|
||||
to the user, for example, because it is in an inactive tab or its OS window
|
||||
is not currently visible (note that OS Window visibility is not implemented
|
||||
by some Wayland compositors such as sway and also not implemented in X11).
|
||||
is not currently visible (on platforms that support OS window visibility querying
|
||||
this considers an OS Window visible iff it is active).
|
||||
|
||||
:code:`always`
|
||||
Always send a notification, regardless of window state.
|
||||
|
||||
Reference in New Issue
Block a user