From 21a60b0eeac0ebc5d4f2ba6ac699055ef58d1151 Mon Sep 17 00:00:00 2001 From: jylefort Date: Mon, 25 Jul 2005 15:35:52 +0000 Subject: Add thinglaunch. Thinglaunch is a very fast launcher program for X. You can bind it to a key in your favorite window manager, and when you want to start a program, just type its name. thinglaunch has a tiny footprint and depends only on Xlib. WWW: http://unix.freshmeat.net/projects/thinglaunch/ PR: ports/83904 Submitted by: Emanuel Haupt --- x11/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11/Makefile') diff --git a/x11/Makefile b/x11/Makefile index f975eba206d..31f075247b8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -172,6 +172,7 @@ SUBDIR += startup-notification SUBDIR += sxpc SUBDIR += temperature.app + SUBDIR += thinglaunch SUBDIR += tkgoodstuff SUBDIR += tycoon SUBDIR += vdesk -- cgit