Skip to content

Instantly share code, notes, and snippets.

@TeXitoi
Created July 16, 2019 07:06
Show Gist options
  • Select an option

  • Save TeXitoi/0f2a4a9bd957f3390fe19c3de7840f80 to your computer and use it in GitHub Desktop.

Select an option

Save TeXitoi/0f2a4a9bd957f3390fe19c3de7840f80 to your computer and use it in GitHub Desktop.
#!/bin/sh
for id in $(xinput list | egrep 'TypeMatrix|Keyberon' | sed -r 's/.*id=([0-9]*).*/\1/'); do
setxkbmap -device $id fr bepo
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment