From fdba5a398229480ffa1e6648999c2e3a8e685189 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 9 Jun 2017 15:07:34 -0500 Subject: [PATCH] fixed the openurl command --- PKGBUILD | 4 ++-- tl-config.diff | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 43865a9..fcdfd09 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=st-tl _pkgname=st pkgver=0.7.r26.gb331da5 -pkgrel=1 +pkgrel=2 pkgdesc='A simple virtual terminal emulator for X.' arch=('i686' 'x86_64') license=('MIT') @@ -16,7 +16,7 @@ source=('git://git.suckless.org/st#commit=b331da550b290d54592b7ba11242c92f5a303a st-externalpipe.diff st-hidecursor.diff) md5sums=('SKIP' - '4d1089c3845767e52f1bd79f0022acb0' + 'a3e51257e39c15cef8417d5aa248f0c5' 'a75266ee959386a4b50e0ad7d1c41580' '487dc42b84ea464474aac527c2b47191') diff --git a/tl-config.diff b/tl-config.diff index 9882974..f161ccd 100644 --- a/tl-config.diff +++ b/tl-config.diff @@ -91,7 +91,7 @@ #define TERMMOD (ControlMask|ShiftMask) +static char *openurlcmd[] = { "/bin/sh", "-c", -+ "xurls | tac | dmenu -l 10 -w $1 | xargs -r open", ++ "xurls | tac | dmenu -l 10 -w $1 | xargs -r chromium", + "externalpipe", winid, NULL }; + +static char *copyurlcmd[] = { "/bin/sh", "-c",