diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-09-12 09:33:29 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-09-12 09:33:29 -0400 |
commit | 286c0ccd868c6e267fd08a0d07bd7652227a1fa1 (patch) | |
tree | 3aae3b180799f072fb937bd25b5a25a536ed3617 | |
parent | 8f3797c9f043cef7b005aed8fa8d255db201e34b (diff) |
renamed to TERMCLASS
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ /* Constants */ #define TERMINAL "st" -#define TERM_CAP "St" +#define TERMCLASS "St" /* appearance */ 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 */ { "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, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 }, { NULL, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 }, |