config: add mouse-follows-focus option
This commit is contained in:
parent
0d4ee299d4
commit
216d104b73
14 changed files with 134 additions and 6 deletions
|
|
@ -974,6 +974,7 @@ impl State {
|
|||
}
|
||||
};
|
||||
self.show_workspace2(Some(seat), &ws.output.get(), &ws);
|
||||
seat.maybe_schedule_warp_mouse_to_focus();
|
||||
}
|
||||
|
||||
pub fn float_map_ws(&self) -> Rc<WorkspaceNode> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue