From e28e12fae835f60fffd69899ba1a499e7d2938d4 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sat, 1 Apr 2023 02:28:21 -0700 Subject: manually start monerod no need now, I auto start monerod with systemd unit now --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-70-g09d2