Wrote README and various tweaks for laptop

- horizontal scrolling for touchpad
- disable touchscreen
- set/get backlight
- i3-gaps and updated Terminator config
This commit is contained in:
2018-03-05 15:48:46 -05:00
parent f922e56b50
commit 7ca9c5f27d
8 changed files with 106 additions and 20 deletions

View File

@@ -13,6 +13,8 @@ if [ "$(whoami)" == "kevin" ]; then
alias v3="vi ~/.config/i3/config"
alias v3b="vi ~/.config/i3blocks/i3blocks.conf"
alias i3b="d /usr/share/i3blocks"
alias pipes="pipes.sh -t 2"
# }}} i3 #
# coding projs {{{ #
@@ -25,7 +27,7 @@ if [ "$(whoami)" == "kevin" ]; then
alias rtb="$cd_coding_dir/trapbot && python scan_reddit.py"
# }}} coding projs #
bl() { xbacklight -set $1 ; }
chr() { google-chrome $1 ; }
cld() { colordiff -y --suppress-common-lines $1 $2 ; }
fi
# Both PC/Laptop }}}
@@ -65,7 +67,6 @@ if [ "$(hostname)" == "NZXT" ]; then
# }}} audio #
# apps {{{ #
chr() { google-chrome $1 ; }
alias nem="nemo ."
alias spt="speedtest"
alias pg="ping -c 5 google.ca"
@@ -100,6 +101,9 @@ if [ "$(hostname)" == "X1-Carbon" ]; then
xmodmap -e "keycode 115 = BackSpace"
# }}} key swaps #
alias gbl="xbacklight -get"
sbl() { xbacklight -set $1 ; }
alias thn="thunar ."
alias plz="d ~/platterz2018/ocr-reader/app/src/main/java/com/google/android/gms/samples/vision/ocrreader"