change vpn

This commit is contained in:
Jacob Janzen 2024-08-24 13:21:09 -05:00
parent 37e0ce58f3
commit 28661066ce
2 changed files with 3 additions and 3 deletions

View file

@ -118,11 +118,11 @@ Enable VPN shortcut.
vpn () {
if test -f /tmp/vpn.lock; then
echo turning off vpn...
doas /usr/bin/wg-quick down ca-tor-wg-101
doas /usr/bin/wg-quick down gentoo-CA-340
rm /tmp/vpn.lock
else
echo turning on vpn...
doas /usr/bin/wg-quick up ca-tor-wg-101
doas /usr/bin/wg-quick up gentoo-CA-340
touch /tmp/vpn.lock
fi
}

View file

@ -36,7 +36,7 @@ Use =mako= as notification daemon.
Launch PipeWire without =systemd=.
#+begin_src conf :tangle ~/.config/sway/config :mkdirp yes
exec gentoo-pipewire-launcher &
exec gentoo-pipewire-launcher restart &
#+end_src
Launch =blueman-applet= as Bluetooth daemon.