Files
linux-config/dotfiles/aliases/.laptop_aliases
Kevin Mok 361da66979 Organized alias files and update set-from-git
Split .bash_aliases into other files for git, laptop, PC and school.
2018-02-01 15:04:48 -05:00

8 lines
215 B
Plaintext

if [ "$(hostname)" == "X1-Carbon" ]; then
xmodmap -e "keycode 9 = Escape"
xmodmap -e "keycode 22 = Home"
xmodmap -e "keycode 119 = End"
xmodmap -e "keycode 110 = Delete"
xmodmap -e "keycode 115 = BackSpace"
fi