diff --git a/4_graphic_interface.md b/4_graphic_interface.md index ae45c04..5cca6ea 100644 --- a/4_graphic_interface.md +++ b/4_graphic_interface.md @@ -6,18 +6,19 @@ 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 --- ```