From 81ae102bb9ca83935d59661ba7271e1d4e721090 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sun, 11 Oct 2020 11:55:15 +0200 Subject: [PATCH] savefloats: set the _IS_FLOATING property also when restoring float position --- dwm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dwm.c b/dwm.c index a4af6c4..075d961 100644 --- a/dwm.c +++ b/dwm.c @@ -3694,9 +3694,7 @@ togglefloating(const Arg *arg) if (c->sfx != -9999) { /* restore last known float dimensions */ resize(c, c->sfx, c->sfy, c->sfw, c->sfh, 0); - arrange(c->mon); - return; - } + } else #endif // SAVEFLOATS_PATCH // EXRESIZE_PATCH resize(c, c->x, c->y, c->w, c->h, 0); #if SAVEFLOATS_PATCH || EXRESIZE_PATCH