Lots of config changes to things

This commit is contained in:
Jonathan Hodgson 2019-01-08 16:26:44 +00:00
parent 713f9df659
commit c01afa63c5
15 changed files with 619 additions and 57 deletions

View file

@ -147,3 +147,7 @@ alias servermem='toilet -w 200 "VPS 01" && ssh shires free -h && toilet -w 200 "
# Updates time using ntp
alias updateTime="sudo ntpd -qg"
# Keyboard - reset
# Sometimes, if I turn the screens off, the keyboard resets itself to defaults. Not sure why but this will put my keyboard back to how I like it
alias kb="xmodmap ~/.Xmodmap; xset r rate 200 70; xcape"