diff options
| author | Fuwn <[email protected]> | 2024-01-17 01:32:52 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-17 01:32:52 -0800 |
| commit | eeedf3c576415474502585c2abccc499c48d3186 (patch) | |
| tree | 07a3027512abb65272828f59690e7c4a3fed5028 | |
| parent | feat(config.h): firefox -> floorp (diff) | |
| download | seiwm-eeedf3c576415474502585c2abccc499c48d3186.tar.xz seiwm-eeedf3c576415474502585c2abccc499c48d3186.zip | |
chore(config.h): no discard const qualifier
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |