renamed to TERMCLASS
This commit is contained in:
parent
8f3797c9f0
commit
286c0ccd86
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/* Constants */
|
/* Constants */
|
||||||
#define TERMINAL "st"
|
#define TERMINAL "st"
|
||||||
#define TERM_CAP "St"
|
#define TERMCLASS "St"
|
||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 3; /* border pixel of windows */
|
static const unsigned int borderpx = 3; /* border pixel of windows */
|
||||||
|
@ -51,7 +51,7 @@ static const Rule rules[] = {
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||||
{ "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
|
{ "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 },
|
||||||
{ TERM_CAP, NULL, NULL, 0, 0, 1, 0, -1 },
|
{ TERMCLASS, NULL, NULL, 0, 0, 1, 0, -1 },
|
||||||
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 },
|
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 },
|
||||||
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
|
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
|
||||||
{ NULL, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 },
|
{ NULL, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 },
|
||||||
|
|
Loading…
Reference in a new issue