This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.config/obmenugen/obmenugen.schema

44 lines
1.3 KiB
Plaintext

# OpenBox Menu Generator Schema file
# Each (non-empty or non-comment) line of this file must be in the form:
# 'type:options'
#
# 'type' could be one of the following values:
# 'item', 'submenu', 'sep', 'cat', 'raw', 'file'
#
# Posible values for each of this types are:
# For 'item': 'terminal', 'filemanager', 'webbrowser', 'instantmessaging', 'editor', 'runcommand', 'lock', 'exit'
# For 'submenu': 'windowsanddesktops', 'openbox'
# For 'sep': A string representing the LABEL for the separator or none
# For 'cat': Any of the posible categories. See obmenugen --help
# For 'raw': A hardcoded XML line in the OpenBox's menu.xml file format
# Example: raw:<item label="Linux Breakout 2"><action name="Execute"><execute>lbreakout2</execute></action></item>
# For file: The name of a file with a chunk of XML in the OpenBox's menu.xml file format.
# The file must be in ~/.config/obmenugen/
# Example: file:extras.xml
#
# Comments are lines begining with a # character, to the end of the line.
item:terminal
item:filemanager
item:webbrowser
item:instantmessaging
item:editor
item:runcommand
submenu:windowsanddesktops
sep:Applications
cat:accesories
cat:graphics
cat:audiovideo
cat:education
cat:office
cat:games
cat:network
cat:development
cat:settings
cat:system
submenu:openbox
sep:
item:lock
item:exit