aboutsummaryrefslogtreecommitdiff
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt43
1 files changed, 10 insertions, 33 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 704bb699..03975349 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -485,15 +485,10 @@ Mark all Firefox windows with "Browser":
Currently supported attributes:
-**app_id**::
- Compare value against the app id. Can be a regular expression. If value is
- __focused__, then the app id must be the same as that of the currently
- focused window.
-
**class**::
- 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 the
- currently focused window.
+ 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 the currently
+ focused window.
**con_id**::
Compare against the internal container ID, which you can find via IPC.
@@ -505,38 +500,20 @@ Currently supported attributes:
Matches against floating windows.
**id**::
- Compare value against the X11 window id. Must be numeric.
-
-**instance**::
- 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 of
- the currently focused window.
-
-**tiling**::
- Matches against tiling windows.
+ Compare value against the app id. Can be a regular expression.
**title**::
Compare against the window title. Can be a regular expression. If value is
- __focused__, then the window title must be the same as that of the currently
+ _focused_ then the window title must be the same as that of the currently
focused window.
-**urgent**::
- Compares the urgent state of the window. Can be "latest" or "oldest".
-
-**window_role**::
- Compare against the window role (WM_WINDOW_ROLE). Can be a regular
- expression. If value is __focused__, then the window role must be the same
- as that of the currently focused window.
-
-**window_type**::
- Compare against the window type (_NET_WM_WINDOW_TYPE). Possible values are
- normal, dialog, utility, toolbar, splash, menu, dropdown_menu, popup_menu,
- tooltip and notification.
+**tiling**::
+ Matches against tiling windows.
**workspace**::
- Compare against the workspace name for this view. Can be a regular
- expression. If the value is __focused__, then all the views on the currently
- focused workspace matches.
+ Compare against the workspace name for this view. Can be a regular expression.
+ If the value is _focused_, then all the views on the currently focused workspace
+ matches.
See Also
--------