fixes
This commit is contained in:
parent
bd28ea80f3
commit
4c7bc4051e
2 changed files with 19 additions and 7 deletions
10
config.def.h
10
config.def.h
|
@ -32,7 +32,15 @@ static const unsigned int alphas[][3] = {
|
|||
|
||||
/* tagging */
|
||||
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
static const Rule rules[0];
|
||||
static const Rule rules[] = {
|
||||
/* xprop(1):
|
||||
* 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 },
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
static const float mfact = 0.60; /* factor of master area size [0.05..0.95] */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue