As root, create the file /etc/X11/xorg.conf.d/10-keyboard.conf.
Then simply add this text to the file using your favorite editor [Mine being Vim]:
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "dvorak"
EndSection
Then restart X (or logout and back in) and you're finished!
It even works for slim [Logging in with DVORAK at long last is possible!]:
No comments:
Post a Comment