From 85376be94689856814ce4820befbfff033faea4d Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 10 Dec 2019 22:30:32 +0100 Subject: [PATCH 1/4] Update 4_graphic_interface.md --- 4_graphic_interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4_graphic_interface.md b/4_graphic_interface.md index 03f6ec7..4446cd1 100644 --- a/4_graphic_interface.md +++ b/4_graphic_interface.md @@ -36,7 +36,7 @@ other gui tools --------------- ``` # for open archive in gui -pacman -S cfile-roller +###### pacman -S cfile-roller # file explorer pacman -S thunar ``` From e30b414f540163e3e87bff89db6471f03a8cfb81 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 10 Dec 2019 22:40:15 +0100 Subject: [PATCH 2/4] Update 4_graphic_interface.md --- 4_graphic_interface.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/4_graphic_interface.md b/4_graphic_interface.md index 4446cd1..ae45c04 100644 --- a/4_graphic_interface.md +++ b/4_graphic_interface.md @@ -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 --- ``` From 7c6a524331955df038a6bdbcc0a091a2cdaf8793 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 10 Dec 2019 22:40:45 +0100 Subject: [PATCH 3/4] 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 --- ``` From 5f8b16dc0d4b2a0c31be405f26c50eee1fa8919b Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 10 Dec 2019 22:44:51 +0100 Subject: [PATCH 4/4] Update 5_multimedia.md --- 5_multimedia.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/5_multimedia.md b/5_multimedia.md index c53a83b..4f596f5 100644 --- a/5_multimedia.md +++ b/5_multimedia.md @@ -23,8 +23,15 @@ pacman -S ffmpeg ``` -# intal compatibility with new interface of ntfs disk +# install compatibility with new interface of ntfs disk ``` pacman -S ntfs-3g ``` + +# install compatibility with new interface of ex FAT disk + +``` +pacman -S exfat-utils +``` +