From 28661066ce3dc83b1d7a3c7ce5a82e15e3591349 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 24 Aug 2024 13:21:09 -0500 Subject: change vpn --- common/zshrc.org | 4 ++-- gentoo/.config/sway/config.org | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/zshrc.org b/common/zshrc.org index b7e3e74..02601e5 100644 --- a/common/zshrc.org +++ b/common/zshrc.org @@ -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 } diff --git a/gentoo/.config/sway/config.org b/gentoo/.config/sway/config.org index a629918..15e5df3 100644 --- a/gentoo/.config/sway/config.org +++ b/gentoo/.config/sway/config.org @@ -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. -- cgit v1.2.3