seat: Use user-provided xkb-config

This commit is contained in:
Victoria Brekenfeld 2022-07-29 14:23:23 +02:00
parent 6966305ad4
commit 7708cdc1a2
4 changed files with 23 additions and 7 deletions

View file

@ -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));