aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-10-08 19:07:04 -0700
committerxyz <gky44px1999@gmail.com>2022-10-08 19:07:04 -0700
commit41c5e97d989b5831f7d2eeb71767ed3615df16b8 (patch)
tree303804e9337a776a695bc689fee3cd9bf0fec7c2 /config.def.h
parent1720b9cd9970fbe8d9afd60006989005e4039593 (diff)
refactor
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 b898655..54e9853 100644
--- a/config.def.h
+++ b/config.def.h
@@ -120,7 +120,7 @@ static const Key keys[] = {
{ MODKEY, XK_o, spawn, SHCMD("pass otp duolibre | tail -n1 | xsel -ibt 3000") },
{ MODKEY, XK_q, spawn, SHCMD("qbittorrent & alacritty -t monerod -e monerod") },
{ MODKEY, XK_r, spawn, SHCMD("xsel -ob | rev | xsel -ib") },
- // Use "$(xsel -op)" instead of "xsel -op | sdcv" because: the latter won't quit if found items similar and require user input. Not sure why.
+ // 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.
{ MODKEY, XK_s, spawn, SHCMD("alacritty -e env LESS=\"$LESS-+F\" sdcv --color \"$(xsel -op)\"") },
{ MODKEY, XK_v, spawn, SHCMD("mullvad reconnect") },