X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdata.h;h=54333e049e2b5789ad4ec922f784037cd08eb78e;hb=eaf7a49e28b7ff8e1820a1b23350647574a0ed5a;hp=69a79ade09faabf22bca2ddbbebef2243a65c14c;hpb=2dc13211a5cfc78fb1bb2c6269f251518fd14aee;p=i3%2Fi3 diff --git a/include/data.h b/include/data.h index 69a79ade..54333e04 100644 --- a/include/data.h +++ b/include/data.h @@ -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 */