diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-12-18 09:29:09 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-18 09:29:09 -0500 |
commit | 6863c0608a4fb807c9f74a94e60d7d08a80fd7d1 (patch) | |
tree | d96e50602e57b2c242cfa2d56721cdaadf5fe616 /config.h | |
parent | b8f48f3176c19e95f560117cdd2fa85e9d3a7722 (diff) |
just use xdg-open
Diffstat (limited to 'config.h')
-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 | uniq | dmenu -l 10 | xargs -r linkhandler", + "xurls | uniq | dmenu -l 10 | xargs -r xdg-open", "externalpipe", NULL }; static Shortcut shortcuts[] = { |