# HG changeset patch # User Anselm R. Garbe # Date 1195155505 -3600 # Node ID 19b5d57dd019c2f62b6255ae9901b59e1634f450 # Parent 5fd0dd420ebfe8a3b4a32c935bd927a1d303d6e0 yeah compiz didn't did the trick, but identifying dwm as LookingGlass (LG3D) diff -r 5fd0dd420ebf -r 19b5d57dd019 dwm.c --- a/dwm.c Thu Nov 15 19:26:44 2007 +0100 +++ b/dwm.c Thu Nov 15 20:38:25 2007 +0100 @@ -1519,9 +1519,9 @@ /* 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,