input: Also focus a window on click, if the super key is held
This commit is contained in:
parent
8b458335c7
commit
6c517bd8de
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue