Update 4_graphic_interface.md
This commit is contained in:
parent
e30b414f54
commit
7c6a524331
@ -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
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user