From 25680431e0f624beee5582ba67ddbb480812b0c1 Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Mon, 27 Dec 2021 14:08:12 +0100 Subject: [PATCH] Fix IVPN autoconnect command. --- sway/.config/sway/autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/autostart.sh b/sway/.config/sway/autostart.sh index 740cb2a..6e07d2e 100755 --- a/sway/.config/sway/autostart.sh +++ b/sway/.config/sway/autostart.sh @@ -2,7 +2,7 @@ sleep 1 -ivpn connect -ipv6tunnel -p wg -filter_invert dk -fastest \ +ivpn connect -ipv6tunnel -p wg -fastest -filter_invert dk \ && notify-send -u low "IVPN" "Successfully connected to IVPN server:\n$(ivpn status | sed -n 2p | xargs)" \ || notify-send -u critical "IVPN" "Failed to connect to IVPN\!"