aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-05-23 15:05:07 -0700
committerFuwn <[email protected]>2024-05-23 15:05:07 -0700
commita5035d24c8decd9992c3799317823fdb14fe6a51 (patch)
tree006e9a5976a48d76cdd549958abe6b85bf68eac4
parentfeat(config.h): custom window manager name (diff)
downloadseiwm-a5035d24c8decd9992c3799317823fdb14fe6a51.tar.xz
seiwm-a5035d24c8decd9992c3799317823fdb14fe6a51.zip
fix(config.h): swallow kitty
-rw-r--r--config.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.h b/config.h
index c1f81ba..ed21b2b 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,8 @@
/* Constants */
#define TERMINAL "kitty"
#define TERMINAL2 "st"
-#define TERMCLASS "St"
+#define TERMCLASS "kitty"
+#define TERMCLASS2 "St"
#define BROWSER "firefox"
/* appearance */
@@ -60,10 +61,10 @@ static const Rule rules[] = {
/* { "Gimp", NULL, NULL, 1 << 8, 0, 0, 0, -1 }, */
{ TERMCLASS, NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 },
- { TERMCLASS, "floatterm", NULL, 0, 1, 1, 0, -1 },
- { TERMCLASS, "bg", NULL, 1 << 7, 0, 1, 0, -1 },
- { TERMCLASS, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
- { TERMCLASS, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 },
+ { TERMCLASS2, "floatterm", NULL, 0, 1, 1, 0, -1 },
+ { TERMCLASS2, "bg", NULL, 1 << 7, 0, 1, 0, -1 },
+ { TERMCLASS2, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
+ { TERMCLASS2, "spcalc", NULL, SPTAG(1), 1, 1, 0, -1 },
};
/* layout(s) */