all: add support for hy3 like tiling
This commit is contained in:
parent
a41dbae899
commit
cea4187fc0
21 changed files with 1237 additions and 48 deletions
|
|
@ -884,6 +884,34 @@ pub enum ClientMessage<'a> {
|
|||
radius: f32,
|
||||
},
|
||||
GetCornerRadius,
|
||||
SeatToggleExpand {
|
||||
seat: Seat,
|
||||
},
|
||||
SeatToggleTab {
|
||||
seat: Seat,
|
||||
},
|
||||
SeatMakeGroup {
|
||||
seat: Seat,
|
||||
axis: Axis,
|
||||
ephemeral: bool,
|
||||
},
|
||||
SeatChangeGroupOpposite {
|
||||
seat: Seat,
|
||||
},
|
||||
SeatEqualize {
|
||||
seat: Seat,
|
||||
recursive: bool,
|
||||
},
|
||||
SetAutotile {
|
||||
enabled: bool,
|
||||
},
|
||||
SetTabTitleAlign {
|
||||
align: u32,
|
||||
},
|
||||
SeatMoveTab {
|
||||
seat: Seat,
|
||||
right: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue