Skip to content

Instantly share code, notes, and snippets.

@jpcaruana
Created August 10, 2012 15:02
Show Gist options
  • Save jpcaruana/3314811 to your computer and use it in GitHub Desktop.
Save jpcaruana/3314811 to your computer and use it in GitHub Desktop.
dvorak and fr
DVORAK=`xinput list | grep TypeMatrix | grep keyboard | sed 's/.*id=\([0-9]*\).*/\1/'`
AZERTY=`xinput list | grep HID | grep keyboard | sed 's/.*id=\([0-9]*\).*/\1/'`
setxkbmap -device $DVORAK dvorak -option compose:ralt
setxkbmap -device $AZERTY fr -option ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment