Created
November 6, 2020 19:48
-
-
Save gustavomedeiross/7f0ad44303fb3385a3876c086a200d2b to your computer and use it in GitHub Desktop.
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 -query | grep -q 'variant:\s\+intl' && setxkbmap -layout us || setxkbmap -layout us -variant intl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment