Přístup odmítnut.
#!/bin/sh setxkbmap -print | grep -q qwertz if [ $? -eq 0 ]; then setxkbmap cz else setxkbmap us fi