Fixed firefox, class name changed and ruled for tag 2 stopped working.
This commit is contained in:
3
config.h
3
config.h
@@ -45,7 +45,8 @@ static const Rule rules[] = {
|
|||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
||||||
{ "Firefox", NULL, NULL, 2, 0, -1 },
|
{ "firefox", NULL, NULL, 2, 0, -1 },
|
||||||
|
{ "URxvt", "cal", NULL, 0, 1, -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|||||||
Reference in New Issue
Block a user