#!/bin/bash if [ "`xkb-switch -p`" == "us" ]; then xkb-switch -s ilar else xkb-switch -s us fi