Set the x11 keymap during system setup
This commit is contained in:
parent
23ec9a15c1
commit
b51d065170
2 changed files with 15 additions and 0 deletions
scripts/Arch/OS
9
scripts/Arch/OS/set-keymap.service
Normal file
9
scripts/Arch/OS/set-keymap.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue