aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-17 01:32:52 -0800
committerFuwn <[email protected]>2024-01-17 01:32:52 -0800
commiteeedf3c576415474502585c2abccc499c48d3186 (patch)
tree07a3027512abb65272828f59690e7c4a3fed5028
parentfeat(config.h): firefox -> floorp (diff)
downloadseiwm-eeedf3c576415474502585c2abccc499c48d3186.tar.xz
seiwm-eeedf3c576415474502585c2abccc499c48d3186.zip
chore(config.h): no discard const qualifier
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index bf1d62c..13ead68 100644
--- a/config.h
+++ b/config.h
@@ -8,7 +8,7 @@
#define BROWSER "floorp"
/* appearance */
-static const char *wmname = "sei";
+static char wmname[] = "sei";
static unsigned int borderpx = 2; /* border pixel of windows */
static unsigned int snap = 32; /* snap pixel */
static const unsigned int systraypinning =