#!/bin/bash

##
# Switches to the given keyboard (argument) and sets
##

setxkbmap us -variant "$1" -option ctrl:nocaps
