aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-27 14:14:46 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-27 22:02:00 +1000
commit484cc189e909e6b8df42e80386e0335d6d317a6e (patch)
tree330c3cc22d7ca4d2773c208bd1f72e79b6f19c47 /sway/sway.5.scd
parentMerge pull request #2048 from RyanDwyer/title-format-app-id (diff)
downloadsway-484cc189e909e6b8df42e80386e0335d6d317a6e.tar.gz
sway-484cc189e909e6b8df42e80386e0335d6d317a6e.tar.zst
sway-484cc189e909e6b8df42e80386e0335d6d317a6e.zip
Add shell criteria token
Closes #2044.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index ff138562..8d1cb8a1 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -551,6 +551,11 @@ The following attributes may be matched with:
551 value is \_\_focused\_\_, then the window instance must be the same as that 551 value is \_\_focused\_\_, then the window instance must be the same as that
552 of the currently focused window. 552 of the currently focused window.
553 553
554*shell*
555 Compare value against the window shell, such as "xdg\_shell" or "xwayland".
556 Can be a regular expression. If value is \_\_focused\_\_, then the shell
557 must be the same as that of the currently focused window.
558
554*tiling* 559*tiling*
555 Matches tiling windows. 560 Matches tiling windows.
556 561