minimenu now has a (lame) 'reveal this normally hidden' category option in the select...
[pandora-libraries.git] / minimenu / mmcatmap.conf
1
2 #
3 # mmcatmap.conf -- allows merging or renaming or mapping of categories from one name to another, for minimenu.
4 #
5
6 [categories]
7 # Normally for mmenu, an encountered category is just used as is. 5 cats exist, you get 5 tabs.
8 # If map_on is >0, then category transforms will occur
9 #   @NEWCAT oldcat1:oldcat2      <- means oldcat1, if found, will map to NEWCAT. "@" is discarded.
10 #   NOTE: FreeDesktop rules do not allow categories with spaces in the name; if needed, I can add it with quoting.
11 # If map_default_on is set (>0), then any unmapped categories will be forced into the default category bucket (map_default_cat.)
12 #   If map_default_on is off (=0), then unmapped categories will become their own categories as normal.
13 #   Should probably still have an @ line to create the default category, since creating the cats comes before assigning defaults
14 # NOTE: Individual app overrides occur at the time of app scanning, so before this category mapping occurs and thus is effected
15 map_on                  0               # if >0, will do category mapping at all; if 0, don't do any of this.
16 map_default_on          0               # if >0, any unmapped category will get forced to map_default_cat; set to 0 to leave unmapped cats alone
17 map_default_cat         Spam            # see map_default_on
18 # NOTE: List the categories in reverse order to how you wish them in the tab list; last one shows up as first tab
19 @Woogle                 Audio
20 @Jimmy                  Game
21 @Spam