xiwm

simple window manager
git clone https://git.ce9e.org/xiwm.git

commit
283236d237472768abd045c4a5f726948148bc5b
parent
df696bd8f3939ba9e26be3c9b27e424ee56c2b03
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-10-13 12:54
fix wm name length

Diffstat

M xiwm.c 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/xiwm.c b/xiwm.c

@@ -887,7 +887,7 @@ setup(void)
  887   887 	XChangeProperty(dpy, wmcheckwin, netatom[NetWMCheck], XA_WINDOW, 32,
  888   888 		PropModeReplace, (unsigned char *) &wmcheckwin, 1);
  889   889 	XChangeProperty(dpy, wmcheckwin, netatom[NetWMName], utf8string, 8,
  890    -1 		PropModeReplace, (unsigned char *) "xiwm", 3);
   -1   890 		PropModeReplace, (unsigned char *) "xiwm", 4);
  891   891 	XChangeProperty(dpy, root, netatom[NetWMCheck], XA_WINDOW, 32,
  892   892 		PropModeReplace, (unsigned char *) &wmcheckwin, 1);
  893   893