config: add XWayland enabled option
This commit is contained in:
parent
4ca67772b3
commit
49274fb1c6
13 changed files with 85 additions and 10 deletions
|
|
@ -831,6 +831,9 @@ pub enum ClientMessage<'a> {
|
|||
seat: Seat,
|
||||
mode: FallbackOutputMode,
|
||||
},
|
||||
SetXWaylandEnabled {
|
||||
enabled: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue