diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 3ca2110..cb9256d 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -75,7 +75,7 @@ hc keybind $Mod-p spawn pavucontrol hc keybind $Mod-Shift-l spawn libreoffice hc keybind $Mod-t spawn /bin/bash -c "LC_ALL=en_DK.utf8 && export LC_ALL && thunderbird" hc keybind $Mod-Shift-i spawn urxvt -e ssh ik15ydit@ircbox.cs.fau.de -t 'tmux a -d' -hc keybind $Mod-Shift-t spawn urxvt -e ssh telegram-sheppy@atlantishq.de -t "/home/telegram-sheppy/tg/bin/telegram-cli" +hc keybind $Mod-Shift-t spawn urxvt -e ssh telegram-sheppy@atlantishq.de -i ~/.ssh/telegram -t "/home/telegram-sheppy/tg/bin/telegram-cli" hc keybind $Mod-j spawn /bin/bash -c "rm $HOME/.config/herbstluftwm/irc.log && herbstclient spawn urxvt -e 'exit'" hc keybind $Mod-e spawn rofi -combi-mode window,run -show combi -modi combi hc keybind $Mod-Shift-e spawn rofi -show run diff --git a/ssh/config b/ssh/config index 8a4664f..4b4a4c5 100644 --- a/ssh/config +++ b/ssh/config @@ -6,4 +6,5 @@ Host *.fauiwg.de User sheppy IdentityFile ~/.ssh/wg Host *.cs.fau.de + User ik15ydit IdentityFile ~/.ssh/cipkey diff --git a/zshrc b/zshrc index 0c2e344..69e88c1 100644 --- a/zshrc +++ b/zshrc @@ -278,7 +278,7 @@ alias -g public_ip='wget --timeout=3 -O- --quiet https://atlantishq.de/ipcheck' alias gitkey="ssh-add ~/.ssh/gitrsa" alias pcolor='for i in {0..255} ; do printf "\x1b[38;5;${i}mcolour${i} "; if [[ $(((($i+3)/6)*6)) -eq $(($i+3)) ]]; then echo; fi; done' alias 'vpn?'='ps -ef | grep openvpn | grep -v grep' -alias telegram='\ssh telegram-sheppy@atlantishq.de -t "~/tg/bin/telegram-cli"' +alias telegram='\ssh telegram-sheppy@atlantishq.de -i ~/.ssh/telegram -t "~/tg/bin/telegram-cli"' alias x='exec startx' whateverprovides(){ apt-file search --regexp "bin/$1""$"