Ensure keyboard is always AZERTY

master
Quentin Duchemin 2023-12-03 17:52:26 +01:00
parent 7761e9f517
commit c9e03cfecd
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,7 @@ xdotool
xorg-server
xorg-xev
xorg-xinit
xorg-xinput
xorg-xrandr
xsel
yay-bin

View File

@ -133,6 +133,9 @@ if [ ! -z "$INIT" ]; then
curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
echo -e "* Set Firefox to be the default browser, probably overwritten by Chromium..."
xdg-settings set default-web-browser firefox.desktop
echo -e "* Ensure keyboard will still be in AZERTY mode when plugged/unplugged..."
# This creates a Xorg configuration file
sudo localectl --no-convert set-x11-keymap fr
fi
if [ ! -z ${ENV} ]; then