added 20h's clarification
c4b6ac81
1 file(s) · +4 −0
| 17 | 17 | static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; |
|
| 18 | 18 | ||
| 19 | 19 | static const Rule rules[] = { |
|
| 20 | + | /* xprop(1): |
|
| 21 | + | * WM_CLASS(STRING) = instance, class |
|
| 22 | + | * WM_NAME(STRING) = title |
|
| 23 | + | */ |
|
| 20 | 24 | /* class instance title tags mask isfloating monitor */ |
|
| 21 | 25 | { "Gimp", NULL, NULL, 0, True, -1 }, |
|
| 22 | 26 | { "Firefox", NULL, NULL, 1 << 8, False, -1 }, |