dotfiles/bin/rebind_caps_to_esc.sh
2016-10-15 08:34:21 -05:00

10 lines
183 B
Bash
Executable file

#!/bin/bash
# rebinds caps lock key to esc
# requires ~/.sweepswapper
if [ ! -e ~/.speedswapper ]; then
echo "$HOME/.speedswapper does not exist."
exit
fi
xmodmap ~/.speedswapper