cmdtree

A trie command launcher for X11
git clone git://jb55.com/cmdtree
Log | Files | Refs | README | LICENSE

commit b1956141291cb3ecd1b060f20de50634132ed76d
parent 5654304f9f961211b58cb2a7daf3ac7cca392984
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 19 Jul 2018 22:35:51 -0700

readme: fixup install instructions

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -23,7 +23,7 @@ First customize [cfg.def.h](cfg.def.h) to include your menu items. libX11 and libXft are required. Once you have those installed, simply type: - make && make install || sudo make install + make && make install To launch `cmdtree` with a key binding, use something like [xbindkeys](https://wiki.archlinux.org/index.php/Xbindkeys)