mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-26 21:58:10 +01:00
Don't focus new outputs
Let the pointer do the focusing
This commit is contained in:
parent
17a3fc5a1a
commit
4750d7ce26
1 changed files with 0 additions and 2 deletions
|
@ -1042,8 +1042,6 @@ impl Udev {
|
|||
.collect::<Vec<_>>();
|
||||
output.with_state_mut(|state| state.modes = modes);
|
||||
|
||||
pinnacle.output_focus_stack.set_focus(output.clone());
|
||||
|
||||
let x = pinnacle.space.outputs().fold(0, |acc, o| {
|
||||
let Some(geo) = pinnacle.space.output_geometry(o) else {
|
||||
unreachable!()
|
||||
|
|
Loading…
Reference in a new issue