aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-27 19:55:26 +0200
committerjoe <rbo@gmx.us>2025-09-27 19:55:26 +0200
commit1b25d1a57354ef3f896fb6c6d4643517e7fab16d (patch)
tree7a973042da4a204abb13a164d4f308e9ae0ab291 /config.def.h
parentup (diff)
downloadst-1b25d1a57354ef3f896fb6c6d4643517e7fab16d.tar.gz
st-1b25d1a57354ef3f896fb6c6d4643517e7fab16d.tar.bz2
st-1b25d1a57354ef3f896fb6c6d4643517e7fab16d.tar.xz
st-1b25d1a57354ef3f896fb6c6d4643517e7fab16d.tar.zst
st-1b25d1a57354ef3f896fb6c6d4643517e7fab16d.zip
up
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 cb031b1..536e7de 100644
--- a/config.def.h
+++ b/config.def.h
@@ -190,7 +190,7 @@ static MouseShortcut mshortcuts[] = {
#define TERMMOD (ControlMask|ShiftMask)
static char *linkviewcmd[] = { "/bin/sh", "-c",
- "alacritty -e linkview $(tmp=$(xurls | uniq); IFS=; [ ! -z $tmp ] && echo $tmp | dmenu -i -l 20 -m 0 | tr -d '\n' | cat)",
+ "st -e linkview $(tmp=$(xurls | uniq); IFS=; [ ! -z $tmp ] && echo $tmp | dmenu -i -l 20 -m 0 | tr -d '\n' | cat)",
"externalpipe", NULL };
static char *cpyoutcmd[] = { "/bin/sh", "-c", "/usr/local/bin/st-cpyout", "externalpipe", NULL };
static char *cpyoutnopcmd[] = { "/bin/sh", "-c", "/usr/local/bin/st-cpyout noprompt", "externalpipe", NULL };