Man page - jgmenu-pmenu(1)
Packages contains this manual
Manual
JGMENU-PMENU
NAMESYNOPSIS
DESCRIPTION
OPTIONS
ENVIRONMENT VARIABLES
AUTHORS
NAME
jgmenu-pmenu - generate jgmenu flavoured CSV menu data
SYNOPSIS
jgmenu_runĀ pmenu
[-h | āhelp] [āappend-file <
FILE
>]
[āprepend-file <
FILE
>] [ālocale
<
LOCALE
>]
DESCRIPTION
Generates jgmenu flavoured CSV menu data based on .desktop and .directory files found on the system, but ignores any .menu files. Instead of the structure specified in the .menu file, it simply maps each ā.desktopā application onto one of the ā.directoryā categories. If a matching ā.directoryā category does not exist, it tries to cross-reference āadditional categoriesā to ārelated categoriesā in accordance with the XDG menu-spec. This is a generic approach which avoids Desktop Environment specific rules defined in the .menu file. It ensures that all .desktop files are included in the menu.
The root menu is appended/prepended by the contents of the following files if they exist:
|
⢠|
Ė/.config/jgmenu/append.csv |
|||
|
⢠|
Ė/.config/jgmenu/prepend.csv |
OPTIONS
-h , --help
Show this help message and exit
--append-fileĀ FILE
Path to menu file to append to the root menu
--prepend-fileĀ FILE
Path to menu file to prepend to the root menu
--localeĀ LOCALE
Use a custom locale (e.g. en_US.UTF-8 ). Available locales can be shown by running localeĀ -a .
ENVIRONMENT VARIABLES
JGMENU_SINGLE_WINDOW
If set, Ėcheckout() items will be replaced by Ėroot()
JGMENU_NO_DIRS
If set, applications will be listed without a directory structure
AUTHORS
Johan Malm.