X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;fp=dwm.c;h=5e9b184d916bd9aedd9d45f145e2af7a6e66aab7;hp=241c090b7c8262eac9b8ac79a211e602c633ffda;hb=9e1b6ce2986e804caf74a728f70d35d6fa8f788d;hpb=b264b42fe8c56a22cfcefb490db17c188d7bd342 diff --git a/dwm.c b/dwm.c index 241c090..5e9b184 100644 --- a/dwm.c +++ b/dwm.c @@ -1658,6 +1658,7 @@ setup(void) { netatom[NetWMWindowTypeDialog] = XInternAtom(dpy, "_NET_WM_WINDOW_TYPE_DIALOG", False); netatom[NetClientList] = XInternAtom(dpy, "_NET_CLIENT_LIST", False); netatom[NetSupportingWMCheck] = XInternAtom(dpy, "_NET_SUPPORTING_WM_CHECK", False); + XInternAtom(dpy, "_MOTIF_WM_HINTS", False); /* clients may request borderless/fullscreen */ /* init cursors */ cursor[CurNormal] = drw_cur_create(drw, XC_left_ptr); cursor[CurResize] = drw_cur_create(drw, XC_sizing);