X-Git-Url: http://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/b6cf4847cedfc09ccad10db651e2e97d7ac89184..c15958bd964018bc17969fc1d8be5471831de7f3:/xmenu.c diff --git a/xmenu.c b/xmenu.c index bc66235..0d964e0 100644 --- a/xmenu.c +++ b/xmenu.c @@ -791,7 +791,7 @@ setupmenu(struct Menu *menu, XClassHint *classh) XStringListToTextProperty(&title, 1, &wintitle); /* set window manager hints */ - sizeh.flags = PMaxSize | PMinSize; + sizeh.flags = USPosition | PMaxSize | PMinSize; sizeh.min_width = sizeh.max_width = menu->w; sizeh.min_height = sizeh.max_height = menu->h; XSetWMProperties(dpy, menu->win, &wintitle, NULL, NULL, 0, &sizeh, NULL, classh);