Files
linux-config/aliases/.laptop_aliases
Kevin Mok 4d1a456f84 Deleted unnecessary dotfiles folder
Moved all files into root folder of repository and fixed set-from-git to reflect
that. I was able to get set-from-git to work without listing all the dotfiles,
but it didn't work as planned due to swp files, git folder and others; it's just
easier and cleaner to list out the files.
2018-02-01 16:47:54 -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