Hi, I really loved Mabox and I am willing to turn it as my daily driver (currently Linux Mint 20 user)
I am trying to set my keyboard layouts as us & gr, however settings are not persistent across reboots and always goes to us, pl & es (us, polish and spanish)
So far I 've tried:
-
Typing this command but its not persistent obviously either:
setxkbmap -model pc104 -layout "us,gr" -option grp:alt_shift_toggle
-
Edited manually the file 00-keyboard.conf in the directory /etc/X11/xorg.conf.d/ with the following contents:
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us,gr"
Option "XkbModel" "pc104"
Option "XkbVariant" "grp:alt_shift_toggle"
EndSection
-
Typed this command but the output is the exact same as above:
sudo localectl --no-convert set-x11-keymap us,gr pc104 grp:alt_shift_toggle
-
I used Manjaro Settings manager, but can’t set more than one keyboard layout
-
Pasted the command in point #1 into .bashrc, no effect here
-
Tried it to have it in openbox’s own config files, once again no effect