aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 35742f3..f0b1f93 100644
--- a/config.def.h
+++ b/config.def.h
@@ -120,7 +120,7 @@ static const Key keys[] = {
{ MODKEY, XK_n, spawn, SHCMD("dunstctl close") },
// `xsel -cb` because there's a small delay before reading password into clipboard, so clear it beforehand to prevent pasting old clipboard
{ MODKEY, XK_o, spawn, SHCMD("xsel -cb; pass otp duolibre | tail -n1 | xsel -ibt 3000") },
- { MODKEY, XK_q, spawn, SHCMD("qbittorrent & alacritty -t monerod -e monerod") },
+ { MODKEY, XK_q, spawn, SHCMD("qbittorrent") },
{ MODKEY, XK_r, spawn, SHCMD("xsel -ob | rev | xsel -ib") },
// Use "$(xsel -op)" instead of "xsel -op | sdcv" (with sh -c?) because: the latter won't quit if found items similar and require user input. Not sure why.
// use env inside, to fix a bug: alacritty created by `alacritty msg create-window` will quit immediately if result is less than one page.