From c6d4e6e57008edd4c35c3db33aa71566b32d0b3f Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sun, 26 Jul 2020 20:42:21 +0200 Subject: [PATCH] Revert "Transfer sticky nodes in `move_client`" This is unnecessary since we're transferring to the active desktop of the destination monitor. So #1098 should in fact be fixed by 5df311b12c06dca86f8e5a56ee522bd48d2178bc. --- src/window.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/window.c b/src/window.c index 5c24711..1f5738f 100644 --- a/src/window.c +++ b/src/window.c @@ -534,9 +534,7 @@ bool move_client(coordinates_t *loc, int dx, int dy) return true; } - sticky_still = false; transfer_node(loc->monitor, loc->desktop, n, pm, pm->desk, pm->desk->focus, true); - sticky_still = true; loc->monitor = pm; loc->desktop = pm->desk;