Various updates

This commit is contained in:
2020-03-15 14:44:36 -04:00
parent f1cbe81655
commit f02cb843aa
10 changed files with 51 additions and 12 deletions

4
zshrc
View File

@@ -40,9 +40,9 @@ prompt grb
# Linux specific config
if [[ $platform == 'Linux' ]]; then
# Set caps to ctrl
setxkbmap -option 'caps:ctrl_modifier'
#setxkbmap -option 'caps:ctrl_modifier'
# Make caps act as Esc when tapped. Require `xcape` package.
xcape -e 'Caps_Lock=Escape'
#xcape -e 'Caps_Lock=Escape'
fi
# Autoload things before calling compinit