|
NAMEwmapplrc - configuration file for wmapplDESCRIPTIONThe format of a wmappl configuration file consists of a number of sections, defined by a section name surrounded in square brakets, for example: "[section]". Each button that should appear in wmappl should have its own section. The lines following the section name specify the icon to use, the command to launch when the button is pressed and an optional tooltip string to be displayed.An optional [wmappl] section may be specified which specifies configuration options for wmappl. These options have the same names as the long command line options and are entirely optional. Command line arguments will override any specified in the configuration file. There are some options that have no cooresponding command line option. Anything after a pound sign ('#') is considered a comment and will be ignored. A line may be continued by ending the line in a backslash ('\'). Blank lines and any invalid key=value pairs are ignored. BUTTON SECTION OPTIONS
WMAPPL SECTION OPTIONS
EXAMPLEThe following example defines nine buttons, specifies wmappl options and demonstrates comments, line expansion and blank lines:[wmappl] iconpath=/usr/share/icons/wmappl:/usr/share/pixmaps/mini name=Demo window= debug= tooltip_delay=800 # 800 milliseconds tooltip_foreground=rgb:ff/ff/ff # white tooltip text tooltip_background=rgb:ff/00/00 # red tooltip background tooltip_font=-*-bitstream vera serif-*-*-*-*-*-*-*-*-*-*-*-* # use vera serif font background_color=rgb:73/7e/df # light blue wmappl background background_icon=checker.xpm # the checkered background will override the light blue background [info] icon = info.xpm command = xmessage "Reports bugs to: \ wmappl.sourceforge.net" & tooltip = wmappl information [man wmappl] icon = wmappl.xpm command = xterm -fg white -bg black -e man wmappl & tooltip = open the wmappl man page [wprefs] icon = gnustep.xpm command = /usr/share/GNUstep/WPrefs.app/WPrefs & [mozilla] icon = mozilla.xpm command = mozilla & [xterm] icon = glowx.xpm command = xterm & [ghostview] icon = ghost.xpm command = gv & [xmms] icon = xmms.xpm command = xmms & tooltip = xmms gets a really really really \ really really really really really \ really really really really really \ long tooltip! [ssh to work] icon = ssh.xpm command = xterm -fg green -bg black \ -e ssh -l user shell.work.com & REPORTING BUGSReport bugs at http://wmappl.sourceforge.netWARRANTYThis is free software with ABSOLUTELY NO WARRANTYAUTHORCasey Harkins <charkins@pobox.com>SEE ALSOwmappl(1)
Visit the GSP FreeBSD Man Page Interface. |