aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-04-20 22:09:27 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-04-20 22:09:27 -0700
commitc07033d9e2a132e5c73192fa61f2b362c7e382a7 (patch)
tree5bd16c03096baaff31f89992b3e3d938b71be50d
parent74bb0ab9b0e9ec1f5165c731be8937a8e940f8f8 (diff)
alt-q hotkey for qbt no need anymore
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index c2a4bb0..0d4788e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -119,7 +119,6 @@ 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") },
{ 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.