309 proj. settings, Watson status notification

- nvidia screen tearing cmd
- restore vim swap
This commit is contained in:
2019-02-24 15:19:01 -05:00
parent caf4e67b6a
commit 3fc23d00bd
11 changed files with 85 additions and 25 deletions

View File

@@ -36,6 +36,7 @@ set -x PASSWORD_STORE_CLIP_TIME 120
# fxn abbr's
abbr ag "grep-aliases"
abbr bq "benq-brightness"
abbr ev "evince-silent"
# git {{{ #

View File

@@ -0,0 +1,3 @@
function benq-brightness
xrandr --output HDMI-0 --gamma 1:0.8:0 --brightness (math $argv[1] / 100)
end

View File

@@ -0,0 +1,3 @@
function ssh-bandit
sshpass -f p/$argv[1] ssh -p 2220 bandit$argv[1]@bandit.labs.overthewire.org
end