Skip to content

Instantly share code, notes, and snippets.

@fzerorubigd
Last active April 15, 2020 12:58
Show Gist options
  • Save fzerorubigd/96c05772d817e243356e748343d9a4c5 to your computer and use it in GitHub Desktop.
Save fzerorubigd/96c05772d817e243356e748343d9a4c5 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/90-keyboard.conf
Section "InputClass"
Identifier "keyboard"
Driver "evdev"
MatchIsKeyboard "on"
Option "XkbModel" "evdev"
Option "XkbLayout" "us,ir"
Option "XkbOptions" "grp:switch,grp:alt_shift_toggle,grp_led:scroll"
EndSection
@meysampg
Copy link

Or even life can be easier by toggling with one key lwin_toggle :P :D.

@bkhezry
Copy link

bkhezry commented Apr 15, 2020

Or even life can be easier by toggling with one key lwin_toggle :P :D.

درست صحبت کن.

@fzerorubigd
Copy link
Author

fzerorubigd commented Apr 15, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment