gimp starts on own tag
This commit is contained in:
parent
ea8c787c9f
commit
c765d2e678
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -35,8 +35,8 @@ static const Rule rules[] = {
|
||||||
* WM_NAME(STRING) = title
|
* WM_NAME(STRING) = title
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
/* { "Gimp", NULL, NULL, 0, 1, -1 }, */
|
{ "Gimp", NULL, NULL, 1 << 8, 0, -1 },
|
||||||
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
|
/* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|
Loading…
Reference in a new issue