### GTKMENU-STANDALONE CONFIG FILE ###
# NOTE! Please NO spaces between 'property' and 'value'

## menu button position ##
left=-1
top=-1
docksize=21

## show DE-specific items
## lower-case - true or false only##
kde=true
gnome=true
lxde=true
mate=true
xfce=true
cinnamon=true
unity=true

## recurse into sub-directories
recurse=true

## show at mouse position
showatmouse=false

## pop-up delay (milliseconds) ##
# (some machines/distros need longer delay because
# click that launches menu may also *cancel* menu)
# DO NOT set this lower than 20!
delay=50

## commands ##
# use these options to set the commands to run a program in terminal,
# as well as 'Run...', 'Exit', 'Reboot' and 'Poweroff'
terminalruncommand=xterm -e
runcommand=fbrun -nearmouse
exitcommand=fluxbox-remote quit
restartcommand=sudo reboot
poweroffcommand=sudo poweroff


## custom programs ##
# custom programs are displayed at the top of the menu for convenience
# custom format is: Program Name|executable|iconname_or_path
custom=Terminal|xterm|xterm-color_32x32
custom=File Manager|thunar|system-file-manager
