From c9e03cfecd5afcab2e7adacaa0a212a31104ce96 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 3 Dec 2023 17:52:26 +0100 Subject: [PATCH] Ensure keyboard is always AZERTY --- .config/bootstrap/config_common | 1 + .init_config.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.config/bootstrap/config_common b/.config/bootstrap/config_common index 6e40f1e..2f98c3e 100644 --- a/.config/bootstrap/config_common +++ b/.config/bootstrap/config_common @@ -77,6 +77,7 @@ xdotool xorg-server xorg-xev xorg-xinit +xorg-xinput xorg-xrandr xsel yay-bin diff --git a/.init_config.sh b/.init_config.sh index c1fa840..3178439 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -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