feat: add alternating autotiling
This commit is contained in:
parent
ce14169d6b
commit
5c2f631fdb
17 changed files with 244 additions and 59 deletions
|
|
@ -923,6 +923,7 @@ pub enum ClientMessage<'a> {
|
|||
SetAutotile {
|
||||
enabled: bool,
|
||||
},
|
||||
GetAutotile,
|
||||
SetTabTitleAlign {
|
||||
align: u32,
|
||||
},
|
||||
|
|
@ -1189,6 +1190,9 @@ pub enum Response {
|
|||
GetCornerRadius {
|
||||
radius: f32,
|
||||
},
|
||||
GetAutotile {
|
||||
enabled: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue