diff --git a/etc/X11/xorg.conf.d/00-keyboard.conf b/etc/X11/xorg.conf.d/00-keyboard.conf new file mode 100644 index 0000000..5396520 --- /dev/null +++ b/etc/X11/xorg.conf.d/00-keyboard.conf @@ -0,0 +1,11 @@ +# Read and parsed by systemd-localed. It's probably wise not to edit this file +# manually too freely. +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Driver "evdev" + Option "XkbLayout" "us,se" + Option "XkbModel" "evdev" + Option "XkbVariant" "" + Option "XkbOptions" "grp:alt_shift_toggle" +EndSection diff --git a/etc/vconsole.conf b/etc/vconsole.conf new file mode 100644 index 0000000..6576f25 --- /dev/null +++ b/etc/vconsole.conf @@ -0,0 +1 @@ +KEYMAP="us"