]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Implement new criterion 'workspace'.
[i3/i3] / include / data.h
index e08cdd4c484938c1c9dec5d32e12c7fc8dae2557..66000e45462fa03fda2b5f2b9548aa023b14272d 100644 (file)
@@ -417,6 +417,7 @@ struct Match {
     struct regex *instance;
     struct regex *mark;
     struct regex *window_role;
+    struct regex *workspace;
     xcb_atom_t window_type;
     enum {
         U_DONTCHECK = -1,