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 +```