mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
telegram fixed
This commit is contained in:
@@ -75,7 +75,7 @@ hc keybind $Mod-p spawn pavucontrol
|
|||||||
hc keybind $Mod-Shift-l spawn libreoffice
|
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-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-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-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-e spawn rofi -combi-mode window,run -show combi -modi combi
|
||||||
hc keybind $Mod-Shift-e spawn rofi -show run
|
hc keybind $Mod-Shift-e spawn rofi -show run
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ Host *.fauiwg.de
|
|||||||
User sheppy
|
User sheppy
|
||||||
IdentityFile ~/.ssh/wg
|
IdentityFile ~/.ssh/wg
|
||||||
Host *.cs.fau.de
|
Host *.cs.fau.de
|
||||||
|
User ik15ydit
|
||||||
IdentityFile ~/.ssh/cipkey
|
IdentityFile ~/.ssh/cipkey
|
||||||
|
|||||||
2
zshrc
2
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 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 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 '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'
|
alias x='exec startx'
|
||||||
whateverprovides(){
|
whateverprovides(){
|
||||||
apt-file search --regexp "bin/$1""$"
|
apt-file search --regexp "bin/$1""$"
|
||||||
|
|||||||
Reference in New Issue
Block a user