Skip to content

Instantly share code, notes, and snippets.

@bamthomas
Created July 7, 2012 12:00
Show Gist options
  • Save bamthomas/3066154 to your computer and use it in GitHub Desktop.
Save bamthomas/3066154 to your computer and use it in GitHub Desktop.
toggle_azerty_querty
#!/bin/bash
if ( setxkbmap -query | grep fr > /dev/null )
then setxkbmap us -option compose:ralt
else setxkbmap fr -option ""
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment