Set the x11 keymap during system setup

This commit is contained in:
Manuel Thalmann 2023-04-04 23:00:00 +02:00
parent 23ec9a15c1
commit b51d065170
2 changed files with 15 additions and 0 deletions
scripts/Arch/OS

View file

@ -0,0 +1,9 @@
[Unit]
Description=Set X11 Keymap
[Service]
PassEnvironment=ARCH_X11_KEYMAP
ExecStart=bash -c 'localectl set-x11-keymap "$ARCH_X11_KEYMAP"; poweroff'
[Install]
WantedBy=multi-user.target