1 2 3 4 5 6 7 8
#!/bin/sh case $BUTTON in # Left mouse click 1) xkb-switch -n ;; esac printf $(xkb-switch -p | tr -d '\n')