#!/bin/sh if [[ `setxkbmap -query | grep layout` == "layout: us" ]]; then setxkbmap dvp else setxkbmap us fi ~/bin/caps