shell: read in config, if available
This commit is contained in:
parent
55c10830e8
commit
a9d6b8c3d7
8 changed files with 276 additions and 46 deletions
|
|
@ -229,7 +229,7 @@ pub fn init_backend(event_loop: &mut EventLoop<State>, state: &mut State) -> Res
|
|||
.x11()
|
||||
.add_window(&mut *state.common.display.borrow_mut(), event_loop.handle())
|
||||
.with_context(|| "Failed to create wl_output")?;
|
||||
state.common.shell.map_output(&output);
|
||||
state.common.shell.map_output(&output, &mut state.backend, &state.common.config);
|
||||
|
||||
event_loop
|
||||
.handle()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue