From c705a2e10c35945031e3582a425eb4a77a8e4cfd Mon Sep 17 00:00:00 2001 From: calmar Date: Sun, 16 Dec 2007 04:17:19 +0100 Subject: [PATCH] Faq Entry about dmenu 9menu etc Hi all, it has been said on the #awesome, a Faq entry about dmenu etc would be nice. I just added something there, in the way it have been asked. I don't have ikiwiki actually and was not able to check if it results in a proper html page. Also I didn't think about if it makes sense or not, so may ignore it.. --- doc/faq.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/faq.mdwn b/doc/faq.mdwn index 289e18b..e00e46e 100644 --- a/doc/faq.mdwn +++ b/doc/faq.mdwn @@ -30,3 +30,11 @@ If you want to view another tag on screen 1: > echo 1 tag_view 3 | awesome-client etc. + +## Is there a program-launcher, menu... in awesome? + +You can use third-party tools like +the program-launcher [dmenu](http://www.suckless.org/wiki/tools/xlib) +> e.g. key { modkey = {"Mod4"} key = "p" command = "spawn" arg = "exec `dmenu_path | dmenu`" } + +or a X-Menu: [9menu](ftp://freefriends.org/arnold/Source/), ...