index — dotfiles @ 819a5c1a1bf26614a0ed73c3fe92f42b4330c827

my dotfiles

add psa aliases, edit width/height of notification windows
Christian Krinitsin code@krinitsin.xyz
Thu, 19 Dec 2024 16:16:16 +0100
commit

819a5c1a1bf26614a0ed73c3fe92f42b4330c827

parent

f446a9ab0dd2afb28cac8222927236b7103fc8bb

M bash/.bashrcbash/.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/dunstrcdunstify/.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