                       +---------------+
                       | bbbutton v0.3 |
                       +---------------+
	
	   
1. What is bbbutton

    This is a dock application for BlackBox (and not only), that allows
    you to create single application launch buttons using the image and
    application launch of your preference.
    
2. Install/Uninstall

    tar -zxvf bbbutton_0.3.tar.gz
    cd bbbutton_0.3
    make
    make install ( or uninstall )
    
3. OK, now what !!

    Well now you can load a launch button on the Slit by running:
    
    i.e bbbutton /here/is/my/applications/pixmap/xmms.xpm  "xmms &"
    
    You could automate the load of various "button-applications" by 
    entering this information in your .xinitrc. For example my 
    .xinitrc looks something like this:

    --------------------------------------------------------------
      bbbutton ~/.DesktopIcons/terminal.xpm  \
 	       "xterm -fg white -bg black -fn 10x20 -ls &" &
      sleep 1; bbbutton ~/.DesktopIcons/opera.xpm "opera &" &
      sleep 1; bbbutton ~/.DesktopIcons/cd1.xpm "cd1 &" &
      sleep 1; bbbutton ~/.DesktopIcons/cd2.xpm "cd2 &" &
      sleep 1; bbbutton ~/.DesktopIcons/fd.xpm "fd &" &
      sleep 1; bbbutton ~/.DesktopIcons/mplayer.xpm "gmplayer &" &
      sleep 1; bbbutton ~/.DesktopIcons/xmms.xpm "xmms &" &
      sleep 1 ; wmsmixer -w &
      bbkeys -i &
      display -window root ~/.DesktopIcons/birth.jpg &
      exec blackbox
    -------------------------------------------------------------

    or, you could edit the configuration file .bbbuttonrc
    located on your home directory if you wouldn't like to mess
    with your xinitrc (you still have to load the main program from
    there thought - bbbutton & -). An example copy of this file can 
	be found in this package. The structure of the file is fairly 
	simple it's in the form:
    
    /path/to/image.xpm command &<return>
    /path/to/second/image.xpm secCommand &<return>
    ...and goes on...
	
	and because an example is better than a thousant words...
	------------------------------------------------------------
	Chr0n0s:~# cat .bbbuttonrc 
	/root/.DesktopIcons/terminal.xpm xterm -fg white -bg black -fn 10x20 -ls &
	/root/.DesktopIcons/opera.xpm opera &
	/root/.DesktopIcons/cd1.xpm cd1 &
	/root/.DesktopIcons/cd2.xpm cd2 &
	/root/.DesktopIcons/fd.xpm fd &
	/root/.DesktopIcons/mplayer.xpm gmplayer &
	/root/.DesktopIcons/xmms.xpm xmms &
	Chr0n0s:~#
	----------------------------------------------------------- 
    ,you can edit up to 20 buttons. 
    
4. Requirements

    - The image must be of type 'xpm' and size '48x48'
      ( XV, ImageMagic and Gimp are some applications 
        that could do that for you)

5. Licencing

    This program is released under the GPL license version 2. 
    A copy can be found in this distribution in the file 
    COPYING. 

6. Author

    Konstantinos Mantzaris <GODoal@hotmail.com>

	Tnx to John Vlahogianis for the 'Stella Artois' supplies
	during the completion of this section };).

7. ENJOY  };)
