aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIsaac Garzon <iscgarzon@gmail.com>2021-07-23 14:19:36 +0300
committerIsaac Garzon <iscgarzon@gmail.com>2021-07-24 22:18:58 +0300
commit3a818c0f20d08160380a4dca52e1e87f54e8efa3 (patch)
tree209f5808fb0a2bcd2363b276bac7260eb248a116 /include
parentabbf6a85d712ef1790b02122eb432e4bafe20576 (diff)
downloadi3-3a818c0f20d08160380a4dca52e1e87f54e8efa3.tar.gz
i3-3a818c0f20d08160380a4dca52e1e87f54e8efa3.zip
Implement 'all' matching criterion
This criterion matches all open windows, as a more readable (and correct) version of the 'class=".*"' criterion (more correct because it'll also match windows which don't have WM_CLASS set yet).
Diffstat (limited to 'include')
-rw-r--r--include/data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/data.h b/include/data.h
index 0679adf7..95acd66d 100644
--- a/include/data.h
+++ b/include/data.h
@@ -530,6 +530,7 @@ struct Match {
WM_FLOATING_USER,
WM_FLOATING } window_mode;
Con *con_id;
+ bool match_all_windows;
/* Where the window looking for a match should be inserted:
*