From 6c517bd8de9e4de74a24866c274b2e1c8ac6d7e1 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Mon, 29 Jul 2024 21:51:38 +0200 Subject: [PATCH] input: Also focus a window on click, if the super key is held --- src/input/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input/mod.rs b/src/input/mod.rs index e2bbcb91..ae4acea4 100644 --- a/src/input/mod.rs +++ b/src/input/mod.rs @@ -886,9 +886,8 @@ impl State { }, ); } - } else { - under = Some(target); } + under = Some(target); } else { let layers = layer_map_for_output(&output); if let Some(layer) = layers