mirror of https://github.com/cutefishos/calamares
keyboard: Allow absolute paths for the xOrgConfFileName setting.
This should ensure it works on all distributions.main
parent
86d51b4a9c
commit
3e9de2a05a
@ -1,7 +1,8 @@
|
||||
---
|
||||
# The name of the file to write to /etc/X11/xorg.conf.d
|
||||
# The name of the file to write X11 keyboard settings to
|
||||
# The default value is the name used by upstream systemd-localed.
|
||||
xOrgConfFileName: "00-keyboard.conf"
|
||||
# Relative paths are assumed to be relative to /etc/X11/xorg.conf.d
|
||||
xOrgConfFileName: "/etc/X11/xorg.conf.d/00-keyboard.conf"
|
||||
# The path to search for keymaps converted from X11 to kbd format
|
||||
# Leave this empty if the setting does not make sense on your distribution.
|
||||
convertedKeymapPath: "/lib/kbd/keymaps/xkb"
|
||||
|
Loading…
Reference in New Issue