diff options
| author | joe <rbo@gmx.us> | 2025-10-31 23:57:25 +0100 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-10-31 23:57:25 +0100 |
| commit | 850a5dfc4377017d1f506669a68d581b0ca83b6a (patch) | |
| tree | 7fc4b36a86a9421a80a31b31e0d0d78f3c74a249 | |
| parent | font (diff) | |
| download | st-850a5dfc4377017d1f506669a68d581b0ca83b6a.tar.gz st-850a5dfc4377017d1f506669a68d581b0ca83b6a.tar.bz2 st-850a5dfc4377017d1f506669a68d581b0ca83b6a.tar.xz st-850a5dfc4377017d1f506669a68d581b0ca83b6a.tar.zst st-850a5dfc4377017d1f506669a68d581b0ca83b6a.zip | |
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index e62a007..fa09331 100644 --- a/config.def.h +++ b/config.def.h @@ -188,7 +188,7 @@ static MouseShortcut mshortcuts[] = { }; static char *linkviewcmd[] = { "/usr/bin/zsh", "-ic", - "linkview $(tmp=$(xurls | uniq | sed 's/\\[[0-9].*\\]//'); IFS=; [ ! -z $tmp ] && echo $tmp | dmenu -i -l 20 | tr -d '\n' | cat) --dmenu", + "linkview $(tmp=$(xurls | uniq | sed 's/\\[[0-9].*\\]//' | tac); IFS=; [ ! -z $tmp ] && echo $tmp | dmenu -i -l 20 | tr -d '\n' | cat) --dmenu", "externalpipe", NULL }; static char *cpycmdcmd[] = { "/bin/sh", "-c", "/usr/local/bin/st-cpycmd", "externalpipe", NULL }; static char *cpyoutcmd[] = { "/bin/sh", "-c", "/usr/local/bin/st-cpyout", "externalpipe", NULL }; |
