Added sink change script

This commit is contained in:
2018-09-19 10:09:44 -04:00
parent 766b4ad8de
commit 3b13c63410
3 changed files with 35 additions and 3 deletions

View File

@@ -104,6 +104,11 @@ function rt() {
}
# }}} rotate monitor #
# sound
alias vlm="alsamixer -c 0"
alias vlmh="alsamixer -c 3"
# apt
function apti() { sudo apt install $1 ; }
function aptr() { sudo apt remove $1 ; }
# }}} system #
@@ -157,8 +162,6 @@ function auc() { xdotool click --repeat 1000000 --delay $1 1 ; }
alias rsl="java -jar ~/Downloads/RuneLite.jar"
alias vbn="cvlc --loop --alsa-gain 1 ~/Music/brown-noise.mp3"
alias vlm="alsamixer -c 0"
alias vlmh="alsamixer -c 3"
alias rmsw="rm .sw*"
# function rs(){ redshift -O $(echo "scale=2;$1*1000" | bc) ; }
@@ -335,3 +338,11 @@ alias djs="python manage.py shell"
# }}}
# }}} coding projs #
# school {{{ #
alias sch="f ~/Documents/school"
alias sta="f ~/Documents/school/sta"
alias 236="f ~/Documents/school/236"
# }}} school #