diff options
author | epoch <epoch@hacking.allowed.org> | 2020-08-06 15:39:16 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-08-06 15:39:16 -0500 |
commit | 94fe5ff2f52baed9c584f8536be5debc69cfc91d (patch) | |
tree | 87e1bf898dd180996e82d9831a9de6a76bef26c4 /uristart | |
parent | 7b3921a87a316c85324445cc76ca7b34eb07da3f (diff) | |
download | uritools-94fe5ff2f52baed9c584f8536be5debc69cfc91d.tar.gz uritools-94fe5ff2f52baed9c584f8536be5debc69cfc91d.zip |
uristart now uses -l 10 for dmenu so you see it more like a browser's location bar. works better for long URIs
Diffstat (limited to 'uristart')
-rwxr-xr-x | uristart | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |