Update 4_graphic_interface.md

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

View File

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