diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:52:10 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:52:10 +0100 |
commit | b279b6fc5627b8eb16e512a4b10977e1d87bc486 (patch) | |
tree | 9a4cc1d570290021534a150f2b9175e0ac01e4cb /bin/configure_desktop.sh | |
parent | fdc64588e236630b4a0fe71d706d1483a6de0dbe (diff) | |
download | archinstall-b279b6fc5627b8eb16e512a4b10977e1d87bc486.tar archinstall-b279b6fc5627b8eb16e512a4b10977e1d87bc486.tar.zst archinstall-b279b6fc5627b8eb16e512a4b10977e1d87bc486.zip |
Maybe a bugfix for X11 localization.
Diffstat (limited to 'bin/configure_desktop.sh')
-rw-r--r-- | bin/configure_desktop.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/configure_desktop.sh b/bin/configure_desktop.sh index 1d5c568..638b726 100644 --- a/bin/configure_desktop.sh +++ b/bin/configure_desktop.sh @@ -24,4 +24,5 @@ systemctl enable lightdm +touch /etc/X11/xorg.conf.d/00-keyboard.conf localectl --no-convert set-x11-keymap de pc105 nodeadkeys |