seat: Use user-provided xkb-config
This commit is contained in:
parent
6966305ad4
commit
7708cdc1a2
4 changed files with 23 additions and 7 deletions
|
|
@ -373,6 +373,10 @@ impl Config {
|
|||
.insert(infos, configs);
|
||||
}
|
||||
|
||||
pub fn xkb_config(&self) -> XkbConfig {
|
||||
self.dynamic_conf.inputs().xkb.clone()
|
||||
}
|
||||
|
||||
pub fn read_device(&mut self, device: &mut InputDevice) {
|
||||
use std::collections::hash_map::Entry;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue