shell: Generalize move grab
This commit is contained in:
parent
9b70372f44
commit
a8a5ee466a
9 changed files with 73 additions and 53 deletions
|
|
@ -4,9 +4,8 @@ use crate::{
|
|||
config::{Action, Config, KeyPattern, WorkspaceLayout},
|
||||
shell::{
|
||||
focus::{target::PointerFocusTarget, FocusDirection},
|
||||
grabs::ResizeEdge,
|
||||
grabs::{ResizeEdge, SeatMoveGrabState},
|
||||
layout::{
|
||||
floating::SeatMoveGrabState,
|
||||
tiling::{Direction, FocusResult, MoveResult},
|
||||
},
|
||||
OverviewMode, ResizeDirection, ResizeMode, Workspace,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue