Adding i3 config.

This commit is contained in:
Shaun Setlock
2021-05-01 13:56:59 -04:00
parent aff0d990c7
commit 7e4fad037e
2 changed files with 191 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ alias git-auto-push-master="git add -A && git commit -m \"Automatic commit perfo
alias git-add-commit="git add -A && git commit -m \"Automatic commit performed through alias...\""
alias airpods="bluetoothctl connect B8:B2:F8:29:11:CD"
alias activate_venv="source venv/bin/activate"
alias htop="python3 /opt/bpytop"
alias bpytop="python3 /opt/bpytop"
# Tpyical Stuff
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'