I wish to use the Dvorak keyboard layout. and for others who use colemak or any common alternative. what must I add to the config file on i3wm
Install x11/setxkbmap, edit ~/.conf/i3/conf:I wish to use the Dvorak keyboard layout. ... what must I add to the config file on i3wm
exec setxkbmap 'us(dvorak)'
... and for others who use colemak ...
exec setxkbmap 'us(colemak)'
See man xkeyboard-config(7) for variants.... or any common alternative.
Thank you guys it workedI wish to use the Dvorak keyboard layout. and for others who use colemak or any common alternative. what must I add to the config file on i3wm
This worked for me thanksInstall x11/setxkbmap, edit ~/.conf/i3/conf:exec setxkbmap 'us(dvorak)'
exec setxkbmap 'us(colemak)'
See man xkeyboard-config(7) for variants.