change vpn
This commit is contained in:
parent
37e0ce58f3
commit
28661066ce
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue