mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 15:25:58 +01:00
remove adjacent identical links from url picker
This commit is contained in:
parent
edbc788d20
commit
f9c152ab79
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -207,7 +207,7 @@ MouseKey mkeys[] = {
|
|||
};
|
||||
|
||||
static char *openurlcmd[] = { "/bin/sh", "-c",
|
||||
"xurls | dmenu -l 10 | xargs -r xdg-open",
|
||||
"xurls | uniq | dmenu -l 10 | xargs -r linkhandler",
|
||||
"externalpipe", NULL };
|
||||
|
||||
static Shortcut shortcuts[] = {
|
||||
|
|
Loading…
Reference in a new issue