Animate command-driven floating changes
This commit is contained in:
parent
aeaea3419f
commit
d0cc5dc3c7
4 changed files with 60 additions and 18 deletions
|
|
@ -936,6 +936,9 @@ impl WlSeatGlobal {
|
|||
{
|
||||
c.move_child(tl, direction);
|
||||
self.maybe_schedule_warp_mouse_to_focus();
|
||||
} else if let Some(float) = data.float.get() {
|
||||
float.move_by_direction(direction);
|
||||
self.maybe_schedule_warp_mouse_to_focus();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue