diff options
-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 |