diff options
Diffstat (limited to '.config/sxhkd')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 2921900c..30e35820 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -39,12 +39,11 @@ alt + w  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 | 
