add: launcher for jack audio

add: alias to change display frequency
add: shortcut for workspace "game"
This commit is contained in:
Tobias Reisinger 2020-04-01 00:15:46 +02:00
parent a262f249ae
commit b5d5c834f3
4 changed files with 23 additions and 1 deletions
.config

View file

@ -29,6 +29,7 @@ alias md5='ms5'
alias md5sum-dir='function _md5sum-dir(){ find $1 -type f -exec md5sum {} \; | md5sum; }; _md5sum-dir'
alias pacman-autoremove='pacman -Rns $(pacman -Qtdq)'
alias portalo-hz='xrandr --output HDMI-1 --mode 2560x1440 --refresh'
alias ssh-sftp='$(read -t 2 -r tool; if [[ -z "$tool" ]]; then tool="ssh"; fi; echo $tool)'
alias sudo='sudo '