mirror of
https://github.com/swaywm/sway.git
synced 2025-01-30 06:45:12 +01:00
man: Add XWayland information
This commit is contained in:
parent
cffb006feb
commit
b0fc83485d
1 changed files with 10 additions and 5 deletions
|
@ -965,7 +965,8 @@ The following attributes may be matched with:
|
||||||
*class*
|
*class*
|
||||||
Compare value against the window class. Can be a regular expression. If
|
Compare value against the window class. Can be a regular expression. If
|
||||||
value is \_\_focused\_\_, then the window class must be the same as that of
|
value is \_\_focused\_\_, then the window class must be the same as that of
|
||||||
the currently focused window. _class_ are specific to X11 applications.
|
the currently focused window. _class_ are specific to X11 applications and
|
||||||
|
require XWayland.
|
||||||
|
|
||||||
*con_id*
|
*con_id*
|
||||||
Compare against the internal container ID, which you can find via IPC. If
|
Compare against the internal container ID, which you can find via IPC. If
|
||||||
|
@ -979,12 +980,14 @@ The following attributes may be matched with:
|
||||||
Matches floating windows.
|
Matches floating windows.
|
||||||
|
|
||||||
*id*
|
*id*
|
||||||
Compare value against the X11 window ID. Must be numeric.
|
Compare value against the X11 window ID. Must be numeric. id is specific to
|
||||||
|
X11 applications and requires XWayland.
|
||||||
|
|
||||||
*instance*
|
*instance*
|
||||||
Compare value against the window instance. Can be a regular expression. If
|
Compare value against the window instance. Can be a regular expression. If
|
||||||
value is \_\_focused\_\_, then the window instance must be the same as that
|
value is \_\_focused\_\_, then the window instance must be the same as that
|
||||||
of the currently focused window.
|
of the currently focused window. instance is specific to X11 applications and
|
||||||
|
requires XWayland.
|
||||||
|
|
||||||
*pid*
|
*pid*
|
||||||
Compare value against the window's process ID. Must be numeric.
|
Compare value against the window's process ID. Must be numeric.
|
||||||
|
@ -1009,12 +1012,14 @@ The following attributes may be matched with:
|
||||||
*window_role*
|
*window_role*
|
||||||
Compare against the window role (WM_WINDOW_ROLE). Can be a regular
|
Compare against the window role (WM_WINDOW_ROLE). Can be a regular
|
||||||
expression. If value is \_\_focused\_\_, then the window role must be the
|
expression. If value is \_\_focused\_\_, then the window role must be the
|
||||||
same as that of the currently focused window.
|
same as that of the currently focused window. window_role is specific to X11
|
||||||
|
applications and requires XWayland.
|
||||||
|
|
||||||
*window_type*
|
*window_type*
|
||||||
Compare against the window type (\_NET_WM_WINDOW_TYPE). Possible values
|
Compare against the window type (\_NET_WM_WINDOW_TYPE). Possible values
|
||||||
are normal, dialog, utility, toolbar, splash, menu, dropdown_menu,
|
are normal, dialog, utility, toolbar, splash, menu, dropdown_menu,
|
||||||
popup_menu, tooltip and notification.
|
popup_menu, tooltip and notification. window_type is specific to X11
|
||||||
|
applications and requires XWayland.
|
||||||
|
|
||||||
*workspace*
|
*workspace*
|
||||||
Compare against the workspace name for this view. Can be a regular
|
Compare against the workspace name for this view. Can be a regular
|
||||||
|
|
Loading…
Reference in a new issue