aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar マリウス <marius@xn--gckvb8fzb.com>2022-09-25 12:49:06 -0500
committerLibravatar Simon Ser <contact@emersion.fr>2022-09-25 20:05:16 +0200
commitb0fc83485d2abec617a1ca352d4aa057f66c488f (patch)
treeda181452c5f6cc92de28c1f8f5140a6549ffd4db /sway/sway.5.scd
parentswaymsg: show non-desktop property when pretty printing outputs (diff)
downloadsway-b0fc83485d2abec617a1ca352d4aa057f66c488f.tar.gz
sway-b0fc83485d2abec617a1ca352d4aa057f66c488f.tar.zst
sway-b0fc83485d2abec617a1ca352d4aa057f66c488f.zip
man: Add XWayland information
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd15
1 files changed, 10 insertions, 5 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index d8a462d3..f6aab2d4 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -965,7 +965,8 @@ The following attributes may be matched with:
965*class* 965*class*
966 Compare value against the window class. Can be a regular expression. If 966 Compare value against the window class. Can be a regular expression. If
967 value is \_\_focused\_\_, then the window class must be the same as that of 967 value is \_\_focused\_\_, then the window class must be the same as that of
968 the currently focused window. _class_ are specific to X11 applications. 968 the currently focused window. _class_ are specific to X11 applications and
969 require XWayland.
969 970
970*con_id* 971*con_id*
971 Compare against the internal container ID, which you can find via IPC. If 972 Compare against the internal container ID, which you can find via IPC. If
@@ -979,12 +980,14 @@ The following attributes may be matched with:
979 Matches floating windows. 980 Matches floating windows.
980 981
981*id* 982*id*
982 Compare value against the X11 window ID. Must be numeric. 983 Compare value against the X11 window ID. Must be numeric. id is specific to
984 X11 applications and requires XWayland.
983 985
984*instance* 986*instance*
985 Compare value against the window instance. Can be a regular expression. If 987 Compare value against the window instance. Can be a regular expression. If
986 value is \_\_focused\_\_, then the window instance must be the same as that 988 value is \_\_focused\_\_, then the window instance must be the same as that
987 of the currently focused window. 989 of the currently focused window. instance is specific to X11 applications and
990 requires XWayland.
988 991
989*pid* 992*pid*
990 Compare value against the window's process ID. Must be numeric. 993 Compare value against the window's process ID. Must be numeric.
@@ -1009,12 +1012,14 @@ The following attributes may be matched with:
1009*window_role* 1012*window_role*
1010 Compare against the window role (WM_WINDOW_ROLE). Can be a regular 1013 Compare against the window role (WM_WINDOW_ROLE). Can be a regular
1011 expression. If value is \_\_focused\_\_, then the window role must be the 1014 expression. If value is \_\_focused\_\_, then the window role must be the
1012 same as that of the currently focused window. 1015 same as that of the currently focused window. window_role is specific to X11
1016 applications and requires XWayland.
1013 1017
1014*window_type* 1018*window_type*
1015 Compare against the window type (\_NET_WM_WINDOW_TYPE). Possible values 1019 Compare against the window type (\_NET_WM_WINDOW_TYPE). Possible values
1016 are normal, dialog, utility, toolbar, splash, menu, dropdown_menu, 1020 are normal, dialog, utility, toolbar, splash, menu, dropdown_menu,
1017 popup_menu, tooltip and notification. 1021 popup_menu, tooltip and notification. window_type is specific to X11
1022 applications and requires XWayland.
1018 1023
1019*workspace* 1024*workspace*
1020 Compare against the workspace name for this view. Can be a regular 1025 Compare against the workspace name for this view. Can be a regular