From 59d1d3ebd78cb17d443877179c5fc9d74383a9d5 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 2 Nov 2019 05:44:17 -0500 Subject: commented out weird derp+merp scheme code. added urilaunch which is meant to be done similar to how dmenu_run gets launched. I use alt+u --- urilaunch | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 urilaunch (limited to 'urilaunch') diff --git a/urilaunch b/urilaunch new file mode 100644 index 0000000..a349502 --- /dev/null +++ b/urilaunch @@ -0,0 +1,3 @@ +#!/bin/sh +#uristart.log /should/ already be uniq'd because of uristart's code now, but might as well not rely on it. +uristart $(cat ~/.cache/uristart.log | sort | uniq | dmenu -p url\> | cut '-d ' -f1) -- cgit v1.2.3