From 3235b7b1b8bc665cbdf29744519d81b58d124429 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 1 Apr 2020 13:47:21 -0400 Subject: [PATCH] fixed a bug where stacked windows were being floated when activated --- mons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mons.c b/mons.c index 1b29c9f..f4a00a7 100644 --- a/mons.c +++ b/mons.c @@ -345,7 +345,7 @@ void mons_activate(Window win) monocled_raise(loc.monitor, loc.column, loc.client); mons_layer(loc.monitor); } - else + else if (!loc.column) { mons_raise(loc.monitor, loc.client); } -- 2.51.0