From ccc83689606eb495cff138d6a0f56b334ecaf32f Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 13 Mar 2018 01:28:49 +0100 Subject: [PATCH] Allow moving fullscreen windows between monitors --- openbox/client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/client.c b/openbox/client.c index 2fbd0203..a3c7dfca 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1939,6 +1939,7 @@ void client_setup_decor_and_functions(ObClient *self, gboolean reconfig) /* now we need to check against rules for the client's current state */ if (self->fullscreen) { self->functions &= (OB_CLIENT_FUNC_CLOSE | + OB_CLIENT_FUNC_MOVE | OB_CLIENT_FUNC_FULLSCREEN | OB_CLIENT_FUNC_ICONIFY); self->decorations = 0; -- 2.34.1