1 2 3 4 5
#!/usr/bin/env sh choice="$(echo "us\ngb\nbe" | dmenu -p "($(setxkbmap -query | awk 'NR==3 {print $2}'))")" setxkbmap "${choice:-us}"