From 0c2312951f6cf3c188fff26f1ed86ee416166ba5 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 27 Sep 2025 22:04:09 +0200 Subject: gg --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index b448122..753bab3 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); IFS=; [ ! -z $tmp ] && echo $tmp | dmenu -i -l 20 -m 0 | tr -d '\n' | cat)", + "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)", "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 }; -- cgit v1.2.3