config: allow disabling the built-in bar
This commit is contained in:
parent
224f5380fe
commit
08e7e01d0e
16 changed files with 156 additions and 14 deletions
|
|
@ -351,6 +351,7 @@ fn start_compositor2(
|
|||
head_names: Default::default(),
|
||||
head_managers: Default::default(),
|
||||
head_managers_async: Default::default(),
|
||||
show_bar: 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