config: allow disabling the primary selection
This commit is contained in:
parent
e70be28e22
commit
9c165ab56c
13 changed files with 63 additions and 2 deletions
|
|
@ -352,6 +352,7 @@ fn start_compositor2(
|
|||
head_managers: Default::default(),
|
||||
head_managers_async: Default::default(),
|
||||
show_bar: Cell::new(true),
|
||||
enable_primary_selection: Cell::new(true),
|
||||
});
|
||||
state.tracker.register(ClientId::from_raw(0));
|
||||
create_dummy_output(&state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue