Always open keypassxc on tag 9

master
Hektor Misplon 2020-09-06 18:14:56 +02:00
parent 30af1155cc
commit 0e74499d16
1 changed files with 3 additions and 3 deletions

View File

@ -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) */