aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-29 16:59:01 +0200
committerjoe <rbo@gmx.us>2025-09-29 16:59:01 +0200
commit1d929a64f72b00f903b2ba774740cb768e0eeee2 (patch)
treeac36107bc4464c0031c71550d70d8b9e8fd0a904 /config.def.h
parentgg (diff)
downloadst-1d929a64f72b00f903b2ba774740cb768e0eeee2.tar.gz
st-1d929a64f72b00f903b2ba774740cb768e0eeee2.tar.bz2
st-1d929a64f72b00f903b2ba774740cb768e0eeee2.tar.xz
st-1d929a64f72b00f903b2ba774740cb768e0eeee2.tar.zst
st-1d929a64f72b00f903b2ba774740cb768e0eeee2.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 753bab3..c41e29b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -186,7 +186,7 @@ static MouseShortcut mshortcuts[] = {
};
static char *linkviewcmd[] = { "/usr/bin/zsh", "-ic",
- "st -e linkview $(tmp=$(xurls | uniq | sed 's/\\[[0-9].*\\]//'); IFS=; [ ! -z $tmp ] && echo $tmp | dmenu -i -l 20 -m 0 | tr -d '\n' | cat)",
+ "linkview $(tmp=$(xurls | uniq | sed 's/\\[[0-9].*\\]//'); IFS=; [ ! -z $tmp ] && echo $tmp | dmenu -i -l 20 | tr -d '\n' | cat) --dmenu",
"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 };