Specify WM name

This commit is contained in:
Alex Kotov 2021-11-16 02:27:09 +05:00
parent 53dc773f94
commit 116568141e
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
/* See LICENSE file for copyright and license details. */
static const char wm_name[] = "PolytreeWM";
/* appearance */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */

4
dwm.c
View File

@ -2136,8 +2136,8 @@ setup(void)
8,
PropModeReplace,
(unsigned char*)
"polytreewm",
3
wm_name,
strlen(wm_name)
);
XChangeProperty(
dpy,