diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-09 18:25:27 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-09 18:25:27 -0700 |
commit | 8d4c8eaaf17bb389f61fdae3332a48bbe7b7240c (patch) | |
tree | 9961a33bda1c7dd47d36e1905308885d8a3c34b0 | |
parent | 6c8fb96b85efdcba9950455fe0fae557f342dbaf (diff) |
sxhkdrc vpn
-rw-r--r-- | .config/sxhkd/sxhkdrc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 30e35820..24e88c31 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -36,14 +36,18 @@ alt + ctrl + y alt + w "$BROWSER" +alt + shift + w + mullvad-exclude "$BROWSER" + alt + s shufwall -#alt + v -# if mullvad status | grep -q 'Disconnect'; then mullvad connect -w; else killall qbittorrent; mullvad disconnect -w; fi;\ -# kill -RTMIN+4 "$(cat "$XDG_CACHE_HOME/pidofbar")" +alt + v + if mullvad status | grep -q 'Disconnect'; then mullvad connect -w; else killall qbittorrent; mullvad disconnect -w; fi;\ + kill -RTMIN+4 "$(cat "$XDG_CACHE_HOME/pidofbar")" alt + q + mullvad connect -w;\ qbittorrent # vim: ft=sh |