Ensure keyboard is always AZERTY
parent
7761e9f517
commit
c9e03cfecd
|
@ -77,6 +77,7 @@ xdotool
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xev
|
xorg-xev
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xinput
|
||||||
xorg-xrandr
|
xorg-xrandr
|
||||||
xsel
|
xsel
|
||||||
yay-bin
|
yay-bin
|
||||||
|
|
|
@ -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
|
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..."
|
echo -e "* Set Firefox to be the default browser, probably overwritten by Chromium..."
|
||||||
xdg-settings set default-web-browser firefox.desktop
|
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
|
fi
|
||||||
|
|
||||||
if [ ! -z ${ENV} ]; then
|
if [ ! -z ${ENV} ]; then
|
||||||
|
|
Loading…
Reference in New Issue