diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 18:27:21 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-11-25 18:27:21 +0100 |
commit | 92d6b8876789f8ca4fb10b29d5f83894e837ed78 (patch) | |
tree | c1861a07322d7501b6c64c8c53d84f9ba8eded41 | |
parent | c9749849b5f5b1e13fcf5bd40951e60fbcac985b (diff) | |
download | archinstall-92d6b8876789f8ca4fb10b29d5f83894e837ed78.tar archinstall-92d6b8876789f8ca4fb10b29d5f83894e837ed78.tar.zst archinstall-92d6b8876789f8ca4fb10b29d5f83894e837ed78.zip |
Added german keyboard layout for desktop system.
-rw-r--r-- | bin/install_desktop.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/install_desktop.sh b/bin/install_desktop.sh index 6e5369d..867b458 100644 --- a/bin/install_desktop.sh +++ b/bin/install_desktop.sh @@ -25,3 +25,4 @@ pacman --noconfirm -Syu xfce4 lightdm lightdm-gtk-greeter xorg systemctl enable lightdm +localectl --no-convert set-x11-keymap de pc105 nodeadkeys |