Adding folding to alias files

Also added Neofetch config for laptop.
This commit is contained in:
2018-02-23 08:48:49 -05:00
parent 8fffcacdf6
commit cc36cae85b
7 changed files with 806 additions and 46 deletions

View File

@@ -188,8 +188,11 @@ if [ "$(whoami)" == "kevin" ]; then
xset r rate 200 90
fi
# NZXT
if [ "$(hostname)" == "NZXT" ]; then
if [ "$(hostname)" == "NZXT" ];
then
xmodmap -e "clear Lock"
xmodmap -e "keycode 22 = Caps_Lock"
xmodmap -e "keycode 66 = BackSpace"
else
xrandr --dpi 150
fi