GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
deskmenu(1) FreeBSD General Commands Manual deskmenu(1)

deskmenu - A root menu for X

deskmenu <argument>

DeskMenu is a root menu program which is activated by clicking the root window. It is configured from a .deskmenurc file in your home directory, see example_rc for more details.

You can use deskmenu for session management by making it the last line of your .xinitrc and using the --quit command line option, which adds a quit option to the menu.

NOTE: Deskmenu will do nothing unless you have a ${HOME}/.deskmenurc file or a /usr/local/etc/deskmenurc.
IMPORTANT NOTE: You have to set a keycode, when using this version of keylaunch, in your config file.

-b, --button=n
Sets which mouse button is used to invoke deskmenu
-f, --file=n
Sets which config file will be used for deskmenu
--quit-menu
Display a "Quit-Menu" in the deskmenu
--verbose
Print more information
-h, --help
Display a short help and exit
-V, --version
Output version information and exit
--display
Use an alternative display instead of $DISPLAY

The most common ways of invoking deskmenu

deskmenu --button=[1...5] --file=/home/user/.deskmenurc.example

${HOME}/.deskmenurc
/usr/local/etc/deskmenurc

# menuitem=label:command
# submenu=label
# menuitem=label:command
# endmenu=
# divider=
# windowlist=label
# workspaces=label
# include=/path/to/include_file
# keycode=modifier+keyname
# for example Control+Escape
# this keycode is used as "hotkey"
# to display the menu.
#

menuitem=Terminal:x-terminal-emulator
divider=
submenu=Programs
menuitem=The Gimp:gimp
menuitem=Netscape:netscape
endmenu=
menu=Multimedia
menuitem=GQmpeg:gqmpeg
menuitem=Audio Mixer:gmix
endmenu=
divider=
include=/etc/extra_menu
divider=
windowlist=Window List
workspaces=Workspaces

Ken Lynch <kenlynch@blueyonder.co.uk> (c) 2001
Ken stopped developing on Deskmenu in late 2001.
Stefan Pfetzing <dreamind@dreamind.de> (c) 2002-2010
The current developer of Deskmenu.

This manpage was written for the Debian GNU/Linux package of this program by Brandon L. Griffith <brandon@debian.org> because the original program did not include one. You are free to edit, translate, convert, or otherwise do anything you wish with this manpage. This program was patched with a diff from Martin Hedenfalk <mhe@hjome.se> to allow submenu recursion. Updated and added to the official deskmenu by Stefan Pfetzing <dreamind@dreamind.de>

desklaunch(1) keylaunch(1) oroborus(1) dfm(1)
1.3.x

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.