diff --git a/system/setting-keyboard-layout-for-login-screen.md b/system/setting-keyboard-layout-for-login-screen.md new file mode 100644 index 0000000..32ef790 --- /dev/null +++ b/system/setting-keyboard-layout-for-login-screen.md @@ -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`