add psa aliases, edit width/height of notification windows
Christian Krinitsin code@krinitsin.xyz
Thu, 19 Dec 2024 16:16:16 +0100
4 files changed,
8 insertions(+),
4 deletions(-)
M
bash/.bashrc
→
bash/.bashrc
@@ -15,8 +15,12 @@ alias :q="exit"
alias ..="cd .." alias v="vim" alias reload-gpg="gpg-connect-agent reloadagent /bye" -alias psaroot="ssh -i ~/.ssh/psa -p 60500 root@psa.in.tum.de" -alias psauser="ssh -i ~/.ssh/psa -p 60500 ge87liq@psa.in.tum.de" +alias psa1="ssh -i ~/.ssh/psa -p 60501 ge87liq@psa.in.tum.de" +alias psa2="ssh -i ~/.ssh/psa -p 60502 ge87liq@psa.in.tum.de" +alias psa3="ssh -i ~/.ssh/psa -p 60503 ge87liq@psa.in.tum.de" +alias psa4="ssh -i ~/.ssh/psa -p 60504 ge87liq@psa.in.tum.de" +alias psa5="ssh -i ~/.ssh/psa -p 60505 ge87liq@psa.in.tum.de" +alias psa7="ssh -i ~/.ssh/psa -p 60507 ge87liq@psa.in.tum.de" # Arrow bindings bind '"\e[A":history-search-backward'
M
dunstify/.config/dunst/dunstrc
→
dunstify/.config/dunst/dunstrc
@@ -24,10 +24,10 @@
# dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 300 + #width = 200 # The maximum height of a single notification, excluding the frame. - height = 300 + #height = 200 # Position the notification in the top right corner origin = top-right