#!/bin/sh
# Disables caps lock in xorg using xmodmap.
xmodmap -e "remove lock = Caps_Lock"

