X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fdata.h;h=54333e049e2b5789ad4ec922f784037cd08eb78e;hp=69a79ade09faabf22bca2ddbbebef2243a65c14c;hb=eaf7a49e28b7ff8e1820a1b23350647574a0ed5a;hpb=0f2bce391686e8c4126338ee28d0e199a49f13b5 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 */