From 09f55b71e7cc40e70fb33c10f70e6d3f04853dc5 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 6 Nov 2023 16:03:48 +0100 Subject: [PATCH] arch linux: updated installation --- wiki/linux/arch-linux/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/linux/arch-linux/installation.md b/wiki/linux/arch-linux/installation.md index 54ade65..be004ac 100644 --- a/wiki/linux/arch-linux/installation.md +++ b/wiki/linux/arch-linux/installation.md @@ -220,3 +220,11 @@ Additionally if you have a NVidia Graphics Cards you should read If you are interested in automatic decryption of the dm-crypt encrypted partition, take a look at the according section in [the dm-crypt article](../dm-crypt.md). + +After installing [xorg windows system](/wiki/linux/x_window_system.md) the language of it will be +english by default. +To change it - in this example to german - run the following command. + +```sh +localectl --no-convert set-x11-keymap de pc105 deadgraveacute +```