seat: Use user-provided xkb-config
This commit is contained in:
parent
6966305ad4
commit
7708cdc1a2
4 changed files with 23 additions and 7 deletions
|
|
@ -277,7 +277,7 @@ impl State {
|
|||
let wl_drm_state = WlDrmState;
|
||||
|
||||
let shell = Shell::new(&config, dh);
|
||||
let initial_seat = crate::input::add_seat(dh, "seat-0".into());
|
||||
let initial_seat = crate::input::add_seat(dh, &config, "seat-0".into());
|
||||
|
||||
#[cfg(not(feature = "debug"))]
|
||||
let dirty_flag = Arc::new(AtomicBool::new(false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue