Skip to content

Instantly share code, notes, and snippets.

@gustavomedeiross
Created November 6, 2020 19:48
Show Gist options
  • Save gustavomedeiross/7f0ad44303fb3385a3876c086a200d2b to your computer and use it in GitHub Desktop.
Save gustavomedeiross/7f0ad44303fb3385a3876c086a200d2b to your computer and use it in GitHub Desktop.
#!/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