xkbcommon_rs/
config.rs

1// This file was autogenerated by `build_tools/src/config.rs
2pub(crate) const DFLT_XKB_CONFIG_ROOT: &str = "/usr/share/X11/xkb";
3pub(crate) const DFLT_XKB_CONFIG_EXTRA_PATH: &str = "/etc/xkb";
4pub(crate) const DEFAULT_XKB_RULES: &str = "evdev";
5pub(crate) const DEFAULT_XKB_MODEL: &str = "pc105";
6pub(crate) const DEFAULT_XKB_LAYOUT: &str = "us";
7pub(crate) const DEFAULT_XKB_VARIANT: &str = "";
8pub(crate) const DEFAULT_XKB_OPTIONS: &str = "";