dotfiles/bin/rebind_caps_to_esc

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