Always open keypassxc on tag 9
parent
30af1155cc
commit
0e74499d16
|
@ -26,9 +26,9 @@ static const Rule rules[] = {
|
|||
* WM_CLASS(STRING) = instance, class
|
||||
* WM_NAME(STRING) = title
|
||||
*/
|
||||
/* class instance title tags mask isfloating monitor */
|
||||
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
||||
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
|
||||
/* class instance title tags mask isfloating monitor */
|
||||
{ NULL, NULL, NULL, 0, False, -1 },
|
||||
{ "KeePassXC", NULL, NULL, 1 << 8, False, -1 },
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
|
Loading…
Reference in New Issue