config: add mouse-follows-focus option
This commit is contained in:
parent
0d4ee299d4
commit
216d104b73
14 changed files with 134 additions and 6 deletions
|
|
@ -871,6 +871,10 @@ pub enum ClientMessage<'a> {
|
|||
dx2: i32,
|
||||
dy2: i32,
|
||||
},
|
||||
SeatSetMouseFollowsFocus {
|
||||
seat: Seat,
|
||||
enabled: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue