From 7c6a524331955df038a6bdbcc0a091a2cdaf8793 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 10 Dec 2019 22:40:45 +0100 Subject: [PATCH] Update 4_graphic_interface.md --- 4_graphic_interface.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 --- ```