dotfiles/bin/rebind_caps_to_esc.sh

11 lines
183 B
Bash
Raw Normal View History

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