summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <RyanDwyer@users.noreply.github.com>2018-05-28 00:14:22 +1000
committerLibravatar GitHub <noreply@github.com>2018-05-28 00:14:22 +1000
commit8fda41dab52656c7c4a0db9a835ae57cea994538 (patch)
tree2b0c481616cd738e0f6ca92be9594eec7707799b /sway/sway.5.scd
parentImplement swap command (diff)
parentMerge pull request #2043 from emersion/pool-buffer-fixes (diff)
downloadsway-8fda41dab52656c7c4a0db9a835ae57cea994538.tar.gz
sway-8fda41dab52656c7c4a0db9a835ae57cea994538.tar.zst
sway-8fda41dab52656c7c4a0db9a835ae57cea994538.zip
Merge branch 'master' into cmd-swap
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 25a5eef5..e6bc5a1e 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -560,6 +560,11 @@ The following attributes may be matched with:
560 value is \_\_focused\_\_, then the window instance must be the same as that 560 value is \_\_focused\_\_, then the window instance must be the same as that
561 of the currently focused window. 561 of the currently focused window.
562 562
563*shell*
564 Compare value against the window shell, such as "xdg\_shell" or "xwayland".
565 Can be a regular expression. If value is \_\_focused\_\_, then the shell
566 must be the same as that of the currently focused window.
567
563*tiling* 568*tiling*
564 Matches tiling windows. 569 Matches tiling windows.
565 570