Update 4_graphic_interface.md

This commit is contained in:
Edouard DUPIN 2019-12-10 22:40:15 +01:00 committed by GitHub
parent 85376be946
commit e30b414f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,20 @@ Set first the Xautority:
touch ~/.Xauthority
```
Configure Xlayout in french:
'''
vim "/etc/X11/xorg.conf.d/00-keyboard.conf"
'''
'''
Section "InputClass"
Identifier "Keyboard Layout"
#MatchIsKeyboard "yes"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
'''
gui
---
```