aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-05-23 15:23:54 -0700
committerFuwn <[email protected]>2024-05-23 15:26:57 -0700
commitdf37113629f0017b6335ff291ff9a94df8799f56 (patch)
treeee922d131c5c698f3d509a2c2838ec82e1748275 /config.h
parentfeat(config.h): add bar height patch (diff)
downloadseiwm-df37113629f0017b6335ff291ff9a94df8799f56.tar.xz
seiwm-df37113629f0017b6335ff291ff9a94df8799f56.zip
feat(config.h): global custom WMNAME usage
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 38b098e..078f65c 100644
--- a/config.h
+++ b/config.h
@@ -6,9 +6,9 @@
#define TERMCLASS "kitty"
#define TERMCLASS2 "St"
#define BROWSER "firefox"
+#define WMNAME "sei"
/* appearance */
-static const char *wmname = "sei";
static unsigned int borderpx = 2; /* border pixel of windows */
static unsigned int snap = 32; /* snap pixel */
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */