config: allow mapping input devices to outputs
This commit is contained in:
parent
efdca4de49
commit
86e283d255
18 changed files with 420 additions and 13 deletions
|
|
@ -476,6 +476,13 @@ pub enum ClientMessage<'a> {
|
|||
seat: Seat,
|
||||
mode: FocusFollowsMouseMode,
|
||||
},
|
||||
SetInputDeviceConnector {
|
||||
input_device: InputDevice,
|
||||
connector: Connector,
|
||||
},
|
||||
RemoveInputMapping {
|
||||
input_device: InputDevice,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue