1JGMENU-APPS(1)                                                  JGMENU-APPS(1)
2
3
4

NAME

6       jgmenu-apps - generate jgmenu flavoured CSV menu data
7

SYNOPSIS

9       jgmenu_run apps [--help] [--no-append] [--no-prepend]
10

DESCRIPTION

12       jgmenu_run apps generates jgmenu flavoured CSV menu data for system ap‐
13       plications using built-in schema data or a specified schema file to map
14       categories to directories, rather than system .directory files.
15
16       A schema is searched for in the following locations and order:
17
18       · $XDG_CONFIG_HOME/jgmenu/schema
19       · $HOME/.config/jgmenu/schema
20       · $XDG_CONFIG_DIRS/jgmenu/schema
21       · /etc/xdg/jgmenu/schema
22
23       The root menu is appended and/or prepended by the contents of the files
24       $HOME/.config/jgmenu/{append,prepend}.csv if they exist.
25
26       Applications which do not belong in any of the categories in the schema
27       file,  are  placed  in  `Other'  (which  is the one with no Categories=
28       field)
29
30       Example schema file:
31
32              Name=Accessories
33              Name[sv]=Tillbehör
34              Icon=applications-accessories
35              Categories=Accessibility;Core;Utility;
36
37              Name=Development
38              Name[sv]=Utveckling
39              Icon=applications-development
40              Categories=Development;
41
42              Name=Education
43              Name[sv]=Utbildning
44              Icon=applications-science
45              Categories=Education;
46
47              Name=Games
48              Name[sv]=Spel
49              Icon=applications-games
50              Categories=Game;
51
52              Name=Graphics
53              Name[sv]=Grafik
54              Icon=applications-graphics
55              Categories=Graphics;
56
57              Name=Multimedia
58              Name[sv]=Multimedia
59              Icon=applications-multimedia
60              Categories=Audio;Video;AudioVideo;
61
62              Name=Internet
63              Name[sv]=Internet
64              Icon=applications-internet
65              Categories=Network;
66
67              Name=Office
68              Name[sv]=Kontorsprogram
69              Icon=applications-office
70              Categories=Office;
71
72              Name=Other
73              Name[sv]=Övrigt
74              Icon=applications-other
75
76              Name=Settings
77              Name[sv]=Inställningar
78              Icon=preferences-desktop
79              Categories=Settings;Screensaver;
80
81              Name=System
82              Name[sv]=System
83              Icon=applications-system
84              Categories=Emulator;System;
85

OPTIONS

87       --help Show help message and exit
88
89       --no-prepend
90              Do not output ~/.config/jgmenu/prepend.csv before root menu
91
92       --no-append
93              Do not output ~/.config/jgmenu/append.csv after root menu
94

ENVIRONMENT VARIABLES

96       JGMENU_SINGLE_WINDOW
97              If set, ^checkout() items will be replaced by ^root()
98
99       JGMENU_NO_DIRS
100              If set, applications will be listed without a  directory  struc‐
101              ture
102
103       JGMENU_NO_PEND
104              Do not read append.csv or prepend.csv
105
106       JGMENU_NAME_FORMAT
107              See csv_name_format in jgmenu(1)
108
109       JGMENU_NO_DUPLICATES
110              See csv_no_duplicates in jgmenu(1)
111
112       JGMENU_I18N
113              See csv_i18n in jgmenu(1) and jgmenu-i18n(1)
114

AUTHORS

116       Johan Malm.
117
118
119
120                                 2 March, 2020                  JGMENU-APPS(1)
Impressum