aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-11-15 20:38:25 +0100
committerAnselm R. Garbe <garbeam@gmail.com>2007-11-15 20:38:25 +0100
commit123a565bb987cb435427095fc1048a73dff2ec8e (patch)
tree52133802da12c631a3ff235fef8e2bc604091da3 /dwm.c
parentd0e0505301d356a63dc31ba6ed4a8509ef8f055f (diff)
downloaddwm-123a565bb987cb435427095fc1048a73dff2ec8e.tar.zst
yeah compiz didn't did the trick, but identifying dwm as LookingGlass (LG3D)
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index e87caab..c11d7d2 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1519,9 +1519,9 @@ setup(void) {
/* EWMH properties */
XChangeProperty(dpy, barwin, netatom[NetWMCheck], XA_WINDOW, 32,
PropModeReplace, (unsigned char *) &barwin, 1);
- /* HACK: dwm identifies itself as compiz to workaround the XToolkit bug of Sun JDK */
+ /* HACK: dwm identifies itself as LookingGlass to workaround the XToolkit bug of Sun JDK */
XChangeProperty(dpy, barwin, netatom[NetWMName], utf8string, 8,
- PropModeReplace, (unsigned char *) "compiz", 6);
+ PropModeReplace, (unsigned char *) "LG3D", 4);
XChangeProperty(dpy, root, netatom[NetWMCheck], XA_WINDOW, 32,
PropModeReplace, (unsigned char *) &barwin, 1);
XChangeProperty(dpy, root, netatom[NetSupported], XA_ATOM, 32,