diff options
author | Johan Sköld <git@johan.skold.cc> | 2023-09-01 21:28:09 -0700 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-09-07 10:42:54 +0900 |
commit | d952ce403e63a1d91f07b72d971500d583609223 (patch) | |
tree | 21782cf134499ebc3d4fffd41c50a582adb55990 /sway/sway.5.scd | |
parent | 3dd2f4a67fb2ac45f336f075779cc3bccec2aac3 (diff) |
i3 compat: Adding support for the `all` criteria
Matches all views. i3 PR: https://github.com/i3/i3/pull/4460
Fixes #7110
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 78d7d231..f064ad52 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -962,6 +962,9 @@ properties in practice for your applications. The following attributes may be matched with: +*all* + Matches all windows. + *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 |