diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-09 17:33:25 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-09 17:33:25 -0700 |
commit | 7d40972175deaaafce0d49383264f20d82acecf6 (patch) | |
tree | 2f1407247456c4f8ec964e31131bb09ac1e001d8 | |
parent | 1a1bf80c84396be2678d2546f1f45c04e2709317 (diff) |
qbittorrent sxhkd
-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 |