]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Allow assign to workspace by number
[i3/i3] / include / data.h
index 69a79ade09faabf22bca2ddbbebef2243a65c14c..54333e049e2b5789ad4ec922f784037cd08eb78e 100644 (file)
@@ -546,7 +546,8 @@ struct Assignment {
         A_ANY = 0,
         A_COMMAND = (1 << 0),
         A_TO_WORKSPACE = (1 << 1),
-        A_NO_FOCUS = (1 << 2)
+        A_NO_FOCUS = (1 << 2),
+        A_TO_WORKSPACE_NUMBER = (1 << 3)
     } type;
 
     /** the criteria to check if a window matches */