From 717c6ceb74e0f99263cd164c31e766b6a30eaee4 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 21 Jul 2025 16:47:10 +0100 Subject: fix scratchpad windows cant tile after releasing them --- src/sxwm.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/sxwm.c b/src/sxwm.c index edbe837..e21587e 100644 --- a/src/sxwm.c +++ b/src/sxwm.c @@ -1877,10 +1877,14 @@ void remove_scratchpad(int n) if (c->win) { XMapWindow(dpy, c->win); + c->mapped = True; } scratchpads[n].client = NULL; scratchpads[n].enabled = False; + + update_net_client_list(); + update_borders(); } void resize_master_add(void) -- cgit v1.2.3