diff options
| author | Fuwn <[email protected]> | 2024-05-23 15:23:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-23 15:26:57 -0700 |
| commit | df37113629f0017b6335ff291ff9a94df8799f56 (patch) | |
| tree | ee922d131c5c698f3d509a2c2838ec82e1748275 /config.h | |
| parent | feat(config.h): add bar height patch (diff) | |
| download | seiwm-df37113629f0017b6335ff291ff9a94df8799f56.tar.xz seiwm-df37113629f0017b6335ff291ff9a94df8799f56.zip | |
feat(config.h): global custom WMNAME usage
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |