aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-27 23:23:52 -0800
committerxyz <gky44px1999@gmail.com>2021-12-27 23:23:52 -0800
commit1b909f97d0a97258e670f280cae6aa1822674967 (patch)
tree882b2302b622317871b6d11fc441ebd6e384c8e5
parent7cce26e5f41930e23f695656761709d9d6700c55 (diff)
alt-v hotkey also kill weechat
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 446dac2..ec54955 100644
--- a/config.def.h
+++ b/config.def.h
@@ -119,7 +119,7 @@ static Key keys[] = {
{ MODKEY, XK_q, spawn, SHCMD("mullvad connect -w; kill -RTMIN+4 \"$(cat \"$XDG_CACHE_HOME/pidofbar\")\"; qbittorrent") },
{ MODKEY, XK_r, spawn, SHCMD("xsel -ob | rev | xsel -ib") },
{ MODKEY, XK_s, spawn, SHCMD("shufwall") },
- { MODKEY, XK_v, spawn, SHCMD("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\")\"") },
+ { MODKEY, XK_v, spawn, SHCMD("if mullvad status | grep -q 'Disconnect'; then mullvad connect -w; else killall qbittorrent weechat; mullvad disconnect -w; fi; kill -RTMIN+4 \"$(cat \"$XDG_CACHE_HOME/pidofbar\")\"") },
{ MODKEY, XK_w, spawn, SHCMD("$BROWSER") },
{ MODKEY, XK_y, spawn, SHCMD("mpvy -s") },
{ MODKEY|ControlMask, XK_y, spawn, SHCMD("tsp mpvy -A -u \"$(xsel -ob)\"") },