Created
November 5, 2019 22:28
-
-
Save Thomashrb/f608e8cd46b60d419ef27574ac54d4a1 to your computer and use it in GitHub Desktop.
toggle keyboard layout
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 "layout:\s\+us") && setxkbmap no || setxkbmap us |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment