Skip to content

Instantly share code, notes, and snippets.

@NISH1001
Created September 21, 2018 04:29
Show Gist options
  • Save NISH1001/cf58502d2d88a45299d0b40133929aff to your computer and use it in GitHub Desktop.
Save NISH1001/cf58502d2d88a45299d0b40133929aff to your computer and use it in GitHub Desktop.
keyboard layout config for linux
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us,np"
Option "XkbModel" "pc104"
Option "XkbVariant" ",dvorak"
Option "XkbOptions" "grp:lwin_toggle"
EndSection
# put this file in /etc/X11/xorg.conf.d/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment