Added baisc vpn support zsh/hl

This commit is contained in:
Sheppy
2017-05-22 13:01:36 +02:00
parent 0fce162f17
commit 89cf18b0ca
2 changed files with 4 additions and 1 deletions

View File

@@ -38,6 +38,8 @@ if [[ "$HOST" == "atlantislaptop" ]]; then
xautolock -time 15 -locker /home/ik15ydit/.config/i3lock/piclock.sh &
/usr/bin/dunst &
hc keybind $Mod-o spawn /bin/bash -c "systemctl hibernate"
hc keybind $Mod-c spawn /bin/bash -c "sudo /usr/bin/openvpn_cip.sh"
hc keybind $Mod-Shift-c spawn /bin/bash -c "sudo stopvpn.sh"
fi
@@ -166,7 +168,7 @@ hc mousebind $Mod-Button3 resize
hc keybind $Mod-BackSpace cycle_monitor
hc keybind $Mod-Tab cycle_all +1
hc keybind $Mod-Shift-Tab cycle_all -1
hc keybind $Mod-c cycle
#hc keybind $Mod-c cycle
#hc keybind $Mod-i jumpto urgent
#pulseaudio

1
zshrc
View File

@@ -111,6 +111,7 @@ if [[ $HOST =~ atlantis* ]]; then
alias telegram-plain='ssh uni -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli --disable-colors --disable-readline -k tg-server.pub"'
alias x='exec startx'
alias vpn='sudo /usr/bin/openvpn_cip.sh'
else
alias telegram='/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub'
alias burp=/home/cip/2013/ik15ydit/ciptmp/reps/WebScan/burpsuite/BurpSuiteFree