From fd958dc631e23a6892e3b6962ae175f2c46c1faa Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 6 May 2021 12:08:27 +0200 Subject: [PATCH] floatpos: allowing window size hints to be updated (this may interfere with window float positions) --- dwm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dwm.c b/dwm.c index 9fb979f..a4883a0 100644 --- a/dwm.c +++ b/dwm.c @@ -2358,9 +2358,7 @@ manage(Window w, XWindowAttributes *wa) XSetWindowBorder(dpy, w, scheme[SchemeNorm][ColBorder].pixel); #endif // BAR_FLEXWINTITLE_PATCH configure(c); /* propagates border_width, if size doesn't change */ - #if !FLOATPOS_PATCH updatesizehints(c); - #endif // FLOATPOS_PATCH if (getatomprop(c, netatom[NetWMState]) == netatom[NetWMFullscreen]) setfullscreen(c, 1); updatewmhints(c);