input: Also focus a window on click, if the super key is held

This commit is contained in:
Victoria Brekenfeld 2024-07-29 21:51:38 +02:00
parent 8b458335c7
commit 6c517bd8de

View file

@ -886,9 +886,8 @@ impl State {
}, },
); );
} }
} else {
under = Some(target);
} }
under = Some(target);
} else { } else {
let layers = layer_map_for_output(&output); let layers = layer_map_for_output(&output);
if let Some(layer) = layers if let Some(layer) = layers