Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 91b54eb3b94efa1b611ccf9881a332a7 > files > 1

musca-0.9.24-3.fc16.src.rpm

--- config.h.orig	2012-04-25 15:35:09.825624843 +0200
+++ config.h	2012-04-25 15:35:31.459564042 +0200
@@ -39,7 +39,7 @@
 	// optional startup file of musca commands, one per line
 	{ "startup",                 mst_str,   { .s = ".musca_start" }, ".+" },
 	// customize the dmenu command.
-	{ "dmenu",                   mst_str,   { .s = "sort | dmenu -i -b"  }, ".+" },
+	{ "dmenu",                   mst_str,   { .s = "sort | dmenu_run -i -b"  }, ".+" },
 	// customize the actions of dmenu driven window/group/command menus.  by default we
 	// just spit commands back to musca, but you can wrap or redirect stuff.  the $MUSCA
 	// environment variable is set to argv[0] in setup().  -i means execute stdin.