Created
August 25, 2022 07:31
-
-
Save kasir-barati/04669aacb5acca3a2bdb48ab92d2719d to your computer and use it in GitHub Desktop.
Add keyboard change layout. Currently just English to Persian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
setxkbmap -layout us,ir | |
setxkbmap -option 'grp:alt_shift_toggle' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment