Skip to content

Instantly share code, notes, and snippets.

@triffid
Created April 8, 2022 14:42
Show Gist options
  • Save triffid/cac419d4e49f247dbd9a685a52b78973 to your computer and use it in GitHub Desktop.
Save triffid/cac419d4e49f247dbd9a685a52b78973 to your computer and use it in GitHub Desktop.
Xorg keyboard with altgr-intl default and hold capslock = greek layout
Section "InputClass"
Identifier "keyboard-all"
Driver "evdev"
MatchIsKeyboard "on"
Option "XkbLayout" "us,gr"
Option "XkbVariant" "altgr-intl,"
Option "XkbOptions" "grp:caps_switch,terminate:ctrl_alt_bksp,keypad:future,nbsp:level3n,lv3:ralt_switch_multikey"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment