Added default auto-rescan to minimenu on SD insert; disable via conf file.
[pandora-libraries.git] / deployment / etc / pandora / conf / mmenu.conf
1 # for the mmenu 'minimenu'
2 #
3
4 # Note on overriding whats in a .pnd-application/PXML.xml
5 # Note that you can perform icon name, clockspeed setting and category overrides via an .ovr file
6 # Note that the icon can be overridden for a pnd-file by making a same-name .png file, in the same location
7 # "Notes" can be added to an icon using the .ovr file, as well.
8
9 # Skins
10 # There is a a searchpath to find skin subdirs in; built in skins are in /etc/pandora/mmenu/skins,
11 # so any subdirectory of that is a skin-name. (ie: /etc/pandora/mmenu/skins/default is skin named 'default')
12 # Each skin will have its own mmskin.conf file defining how the skin works. All other options should be
13 # here, so that skin-changes do not break user preferences
14
15 [minimenu]
16 skin_searchpath         /media/*/pandora/mmenu/skins:/etc/pandora/mmenu/skins:./minimenu/skin
17 skin_selected           ~/.mmenuskinchoice
18 skin_confname           mmskin.conf
19 pndrun                  /usr/pandora/scripts:./testdata/scripts # searchpath to locate "pnd_run.sh"; why aren't I looking in /etc/pandora/conf/apps for this?
20 load_previews_now       0       # if >0, will try to load preview pics from pnds at boot time, not defer till later
21 load_previews_later     1       # if >0, will try to load preview pics sometime (see defer_timer_ms as well)
22 load_icons_later        0       # if >0, will try to load icons after grid is showing, not during app scanning
23 defer_icon_us           100000  # when background loading icons (load_icons_later), time between icon loadsa
24 threaded_preview        0       # if 1, will try to load the preview in background, to avoid slowing up navigation
25 loglevel                0       # 0 is debug, lots of crap; 3 is better, means 'errors only'. Output may screw up the wrapper!
26 x11_present_sh          /bin/pidof X # command to invoke to determine if X11 is running or not; expects a number on X is present.
27 desktop_apps            1       # search the pnd standard desktop searchpath for apps
28 menu_apps               1       # search the pnd standard menu searchpath for apps
29 aux_searchpath          /media/*/pandora/mmenu:/usr/pandora/mmenu # if something here, also search this path; can be used for mmenu-only apps?
30 auto_rescan             1       # if >0, will automaticly rescan for applications, if SD inserts/ejects
31
32 [utility]
33 terminal                /usr/bin/Terminal       # could also be /usr/bin/xterm, or a sh-script, or whatever
34
35 [display]
36 fullscreen              1       # 0 for windowed, >0 for fullscreen
37 screen_width            800     # for some calculations
38
39 [tabs]
40 top_maincat             1       # include maincat in top tab bar
41 top_maincat1            0       # include maincat subcat 1 in top tab bar
42 top_maincat2            0       # include maincat subcat 1 in top tab bar
43 top_altcat              1       # include alt cat in top tab bar
44 top_altcat1             0       # include alt cat subcat 1 in top tab bar
45 top_altcat2             0       # include alt cat subcat 1 in top tab bar
46 wraparound              0       # if 1, last tab wraps around to first when going right; going left from first tab goes to last
47
48 [grid]
49 scroll_increment        4       # number of rows to scroll when jumping up or down (recommend 1, or same as row_max for full page jump)
50 wrap_horiz_samerow      1       # if 0, wraps to prev/next row; if 1, stays on same row
51 wrap_vert_stop          0       # if 0, wrap to other end; if 1, stops at top/bottom
52
53 [previewpic]
54 defer_timer_ms          1500    # after setting selection, how long to wait before we try to load the previewpic
55 do_cache                1       # if 1, will try to cache previews to SD, for performance boost
56 cache_searchpath        /media/mmcblk[12]p?        # devices to consider for caching to, in order
57 cache_minfree           500             # if free space is less than this (in KB), move to next device
58 cache_path              /pandora/appdata/mmenu.pvwcache              # where to write cached images to
59 cache_findpath          /media/mmcblk?p?/pandora/appdata/mmenu.pvwcache      # where to look for cached preview pics
60
61 [categories]
62 catmap_searchpath       /media/*/pandora/mmenu:/etc/pandora/mmenu:./minimenu
63 catmap_confname         mmcatmap.conf
64 do_all_cat              1       # if >0, will show an All category; if 0, skip it, just your cats.
65 #default_cat            Game    # if specified, will attempt to use the named category when mmenu starts, instead of 'leftmost' (usually All)
66
67 [filesystem]
68 do_browser              0       # if >0, will allow filesystem browsing
69 tab_searchpaths         /media/*        # for each chunk in searchpath, show a tab (if not empty).
70 # example:
71 # /media -> show /media as a single tab
72 # /media/* -> show a tab for each dir in /media
73 # /media/mmcblk1p1:/media/mmcblk2p1 -> show 2 tabs, one for first partition on each SD