mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
Added baisc vpn support zsh/hl
This commit is contained in:
@@ -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
1
zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user