mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-12 20:19:38 +01:00
462 B
462 B
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