added cursor_follows_focus and focus_follows_cursor
This commit is contained in:
parent
52280e9823
commit
7da0bc430a
22 changed files with 844 additions and 384 deletions
|
|
@ -87,7 +87,7 @@ impl ToplevelManagementHandler for State {
|
|||
}
|
||||
|
||||
mapped.focus_window(window);
|
||||
Shell::set_focus(self, Some(&mapped.clone().into()), &seat, None);
|
||||
Shell::set_focus(self, Some(&mapped.clone().into()), &seat, None, true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
@ -133,7 +133,7 @@ impl ToplevelManagementHandler for State {
|
|||
);
|
||||
if let Some((target, _)) = res {
|
||||
std::mem::drop(shell);
|
||||
Shell::set_focus(self, Some(&target), &seat, None);
|
||||
Shell::set_focus(self, Some(&target), &seat, None, true);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue