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" Section "InputClass"
Identifier "system-keyboard" Identifier "system-keyboard"
MatchIsKeyboard "on" MatchIsKeyboard "on"
Option "XkbLayout" "us_qwerty-fr" Option "XkbLayout" "us_qwerty_fr"
Option "XkbModel" "pc105" Option "XkbModel" "pc105"
Option "XkbVariant" "qwerty-fr" Option "XkbVariant" "qwerty-fr"
Option "XkbOptions" "" Option "XkbOptions" ""

View File

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

View File

@@ -95,19 +95,6 @@ ln -sf "$_DIRNAME/links/kitty/current-theme.conf" ~/.config/kitty/current-theme.
cp /usr/share/X11/xkb/symbols/us /usr/share/X11/xkb/symbols/us_qwerty-fr cp /usr/share/X11/xkb/symbols/us /usr/share/X11/xkb/symbols/us_qwerty-fr
curl https://raw.githubusercontent.com/qwerty-fr/qwerty-fr/master/linux/us_qwerty-fr >> /usr/share/X11/xkb/symbols/us_qwerty-fr curl https://raw.githubusercontent.com/qwerty-fr/qwerty-fr/master/linux/us_qwerty-fr >> /usr/share/X11/xkb/symbols/us_qwerty-fr
if [[ $_LOCATION == "work" ]]
then
_info "Configuring for work"
sed -i "s|^include /etc/i3.*|include /etc/i3/work|" ./links/i3wm/config
sed -i "s|^include-file = /etc/polybar/home.ini|include-file = /etc/polybar/work.ini|" ./links/polybar/config.ini
fi
if [[ $_LOCATION == "home" ]]
then
_info "Configuring for home"
sed -i "s|^include /etc/i3.*|include /etc/i3/home|" ./links/i3wm/config
sed -i "s|^include-file = /etc/polybar/work.ini|include-file = /etc/polybar/home.ini|" ./links/polybar/config.ini
fi
### nvidia vs amd ### nvidia vs amd
### Print kernel cmdline ### Print kernel cmdline