From 53f75064d3ca8a9685387f9c67a25ecd5576b453 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 25 Jun 2020 10:09:18 +0200 Subject: [PATCH] Change protonvpn command --- dotfiles/i3/scripts/protonvpn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/i3/scripts/protonvpn b/dotfiles/i3/scripts/protonvpn index 42cc3d7..6e76b7f 100755 --- a/dotfiles/i3/scripts/protonvpn +++ b/dotfiles/i3/scripts/protonvpn @@ -11,9 +11,8 @@ from protonvpn_cli import utils as pvpn_utils # type: ignore if os.environ.get("BLOCK_BUTTON") is not None: - # print("Connecting...") vpn_command = subprocess.run( - "sudo protonvpn c -f", check=True, shell=True + "sudo protonvpn r", check=True, shell=True ) IP_ADDR = pvpn_utils.get_ip_info()[0]