yeah compiz didn't did the trick, but identifying dwm as LookingGlass (LG3D)
123a565b
1 file(s) · +2 −2
| 1519 | 1519 | /* EWMH properties */ |
|
| 1520 | 1520 | XChangeProperty(dpy, barwin, netatom[NetWMCheck], XA_WINDOW, 32, |
|
| 1521 | 1521 | PropModeReplace, (unsigned char *) &barwin, 1); |
|
| 1522 | - | /* HACK: dwm identifies itself as compiz to workaround the XToolkit bug of Sun JDK */ |
|
| 1522 | + | /* HACK: dwm identifies itself as LookingGlass to workaround the XToolkit bug of Sun JDK */ |
|
| 1523 | 1523 | XChangeProperty(dpy, barwin, netatom[NetWMName], utf8string, 8, |
|
| 1524 | - | PropModeReplace, (unsigned char *) "compiz", 6); |
|
| 1524 | + | PropModeReplace, (unsigned char *) "LG3D", 4); |
|
| 1525 | 1525 | XChangeProperty(dpy, root, netatom[NetWMCheck], XA_WINDOW, 32, |
|
| 1526 | 1526 | PropModeReplace, (unsigned char *) &barwin, 1); |
|
| 1527 | 1527 | XChangeProperty(dpy, root, netatom[NetSupported], XA_ATOM, 32, |