1/ XFCE4 : SLIM : Configuration du clavier pour l'ecran de connexion.
Créer :
/usr/local/etc/X11/xorg.conf.d/10-keyboard.conf
Ajouter :
Section "InputClass"
Identifier "keyboard Layout"
Driver "libinput"
MatchIsKeyboard "on"
Option "XkbLayout" "fr"
EndSection