config: allow configuring the pointer-revert-key
This commit is contained in:
parent
7b62909bb4
commit
599f0a8ae5
12 changed files with 98 additions and 4 deletions
|
|
@ -706,6 +706,10 @@ pub enum ClientMessage<'a> {
|
|||
matcher: WindowMatcher,
|
||||
tile_state: TileState,
|
||||
},
|
||||
SetPointerRevertKey {
|
||||
seat: Seat,
|
||||
key: KeySym,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue