1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
.TH "desklaunch" "1" "1.1.x" "" ""
.SH "NAME"
.LP
desklaunch \- a small utility for creating desktop icons
.SH "SYNTAX"
.LP
desklaunch \fI...\fR
.br
Desklaunch takes no options
.SH "DESCRIPTION"
.LP
DeskLaunch is a small utility for creating desktop icons. A simple click will launch the desired application.
.br
You need to create a file called .desklaunchrc in your home directory.
.SH "FILES"
.LP
\fI${HOME}/.desklaunchrc\fP
.SH "EXAMPLE RCFILE"
.LP
icon=5:5:/usr/share/pixmaps/xterm.xpm:XTerm:xterm
.br
icon=5:5:/usr/share/pixmaps/netscape.xpm:Netscape:netscape
.LP
The format of the file is: icon=x:y:xpm_image:tooltip:command
.br
where x:y is the position of the icon
.br
xpm_image is the /path/to/pixmap
.br
tooltip is the name of the icon launchers
.br
and command is the command to execute once clicked.
.SH "AUTHORS"
.LP
Ken Lynch<oroborus@blueyonder.co.uk>
.br
Ken stopped developing on Deskmenu in late 2001.
.br
Stefan Pfetzing <dreamind@dreamind.de> (c) 2002-2010
.br
This manpage was written by Brandon L. Griffith <brandon@debian.org> because the origonal program did not include one.
.SH "SEE ALSO"
.LP
oroborus(1) keylaunch(1) deskmenu(1)
|