From 94fe5ff2f52baed9c584f8536be5debc69cfc91d Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 6 Aug 2020 15:39:16 -0500 Subject: uristart now uses -l 10 for dmenu so you see it more like a browser's location bar. works better for long URIs --- uristart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uristart') diff --git a/uristart b/uristart index 2491f81..20a70e1 100755 --- a/uristart +++ b/uristart @@ -6,7 +6,7 @@ # getsrv, urimatch, urijoin, uricut, some-way-to-ask-the-user-for-a-line (dmenu by default) # getsrv tries dig and host, you only need one or the other. ##might have to configure me. -ASKUSER="dmenu -p" +ASKUSER="dmenu -l 10 -p" if [ "$1" = "--check" ];then check=check -- cgit v1.2.3