diff options
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index b9f3afc2..7a84e149 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -34,9 +34,16 @@ alt + ctrl + y tsp mpvy -A -u "$(xsel -ob)" alt + w - firefox + "$BROWSER" + +alt + W + mullvad-exclude o "$BROWSER" alt + s shufwall +alt + v + if mullvad status | grep -q 'Disconnect'; then mullvad connect -w; else mullvad disconnect -w; fi;\ + kill -RTMIN+4 "$(cat "$XDG_CACHE_HOME/pidofbar")" + # vim: ft=sh |