Turning off directory browser in minimenu, by default
authorskeezix <skeezix@flotsam-vm.(none)>
Fri, 4 Jun 2010 14:12:14 +0000 (10:12 -0400)
committerskeezix <skeezix@flotsam-vm.(none)>
Fri, 4 Jun 2010 14:12:14 +0000 (10:12 -0400)
deployment/etc/pandora/conf/mmenu.conf
minimenu/mmenu.conf

index edfc683..76ca773 100644 (file)
@@ -26,7 +26,7 @@ loglevel              0       # 0 is debug, lots of crap; 3 is better, means 'errors only'. Output
 x11_present_sh         /bin/pidof X # command to invoke to determine if X11 is running or not; expects a number on X is present.
 desktop_apps           1       # search the pnd standard desktop searchpath for apps
 menu_apps              1       # search the pnd standard menu searchpath for apps
-aux_searchpath         /media/*/pandora/mmenu # if something here, also search this path; can be used for mmenu-only apps?
+aux_searchpath         /media/*/pandora/mmenu:/usr/pandora/mmenu # if something here, also search this path; can be used for mmenu-only apps?
 
 [utility]
 terminal               /usr/bin/Terminal       # could also be /usr/bin/xterm, or a sh-script, or whatever
@@ -64,7 +64,7 @@ do_all_cat            1       # if >0, will show an All category; if 0, skip it, just your cats.
 #default_cat           Game    # if specified, will attempt to use the named category when mmenu starts, instead of 'leftmost' (usually All)
 
 [filesystem]
-do_browser             1       # if >0, will allow filesystem browsing somehow
+do_browser             0       # if >0, will allow filesystem browsing
 tab_searchpaths                /media/*        # for each chunk in searchpath, show a tab (if not empty).
 # example:
 # /media -> show /media as a single tab
index 6028084..023af83 100644 (file)
@@ -61,7 +61,7 @@ cache_findpath                /media/mmcblk[12]p?/pandora/appdata/mmenu.pvwcache           # where
 catmap_searchpath      /media/*/pandora/mmenu:/etc/pandora/mmenu:./minimenu
 catmap_confname                mmcatmap.conf
 do_all_cat             1       # if >0, will show an All category; if 0, skip it, just your cats.
-#default_cat           Game
+default_cat            Game
 
 [filesystem]
 do_browser             1       # if >0, will allow filesystem browsing somehow