diff options
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index bf528aff..2921900c 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -40,7 +40,11 @@ alt + s shufwall alt + v - if mullvad status | grep -q 'Disconnect'; then mullvad connect -w; else mullvad disconnect -w; fi;\ + 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 |