mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-21 16:19:37 +01:00
TIL: Setting keyboard layout for login screen
This commit is contained in:
parent
ba4b2b4d07
commit
8bdefcd2c1
12
system/setting-keyboard-layout-for-login-screen.md
Normal file
12
system/setting-keyboard-layout-for-login-screen.md
Normal file
@ -0,0 +1,12 @@
|
||||
Recently, I switched to dvorak layout and I am using it everywhere to get used to it. This was the command that worked everywhere (including the login screen):
|
||||
|
||||
```
|
||||
localectl --no-convert set-x11-keymap us pc105 dvp caps:ctrl_modifier
|
||||
```
|
||||
|
||||
I don't know what `--no-convert` does but I saw it on the Arch Wiki :D
|
||||
|
||||
Here are some helpful links:
|
||||
|
||||
- `https://wiki.archlinux.org/title/Xorg/Keyboard_configuration`
|
||||
- `https://unix.stackexchange.com/a/111042/417514`
|
Loading…
Reference in New Issue
Block a user