Some debugs

This commit is contained in:
Jérémie SALVI
2024-09-26 09:53:55 +00:00
parent ab734a2b54
commit f8815418dc
3 changed files with 5 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us_qwerty-fr"
Option "XkbLayout" "us_qwerty_fr"
Option "XkbModel" "pc105"
Option "XkbVariant" "qwerty-fr"
Option "XkbOptions" ""

View File

@@ -60,3 +60,7 @@ HISTTIMEFORMAT="%F %T "
TERM=xterm
neofetch
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
exec startx
fi