diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-12-16 22:50:23 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-16 22:50:23 -0500 |
commit | f9c152ab79243d8c90cefdcfc07c41b517491a66 (patch) | |
tree | 50f51a9d2ebf8504cc0d766b92aa354dc2f40c22 | |
parent | edbc788d2063cb0ba19487234f53f90aba347975 (diff) |
remove adjacent identical links from url picker
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |