requirements:
  libstroke 0.5.1 (only version i tested it on)
  blackbox-cvs ( >= 0.70.0broken )

install:
  PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
  make
  make install

about gestures:
  check out data/standard_strokes.* for a better idea of mapping the 
  number sequence to actual mouse gestures. Also, read below for more info about
  determining gesture sequences from within bbstroke itself.

quick and dirty howto:
 1. copy /usr/local/share/bbstroke/bbstrokerc to ~/.bbstrokerc and edit

 2. format of ~/.bbstrokerc is 
  wmAction:	
  mouseGestureSequence
  mouseGestureSequence
  mouseGestureSequence

  wmAction2(argument):
  mouseGestureSequence

 ...etc
  this means you can specify multiple mouse gestures for 1 action (for those of
  us who are sloppy w/ the mouse). see the default bbstrokerc for refence.

 3. currently implemented wmAction commands
  nextWorkspace
  prevWorkspace
  changeWorkspace(N) - go to workspace N
  exec(command)
  shadeAll	     - 'shade' all windows
  iconifyAll         - 'iconify' all windows
  shadeDesktop       - 'shade' all windows on current desktop
  unshadeDesktop     - 'unshade' all windows on current desktop
  iconifyDesktop     - 'iconify' all windows on current desktop
  nextScreen
  prevScreen
  layoutDesktop      - 'autoarrange' all windows on the current desktop
	  
  (the following only affect the active window)
  toggleOmnipresent - also known as 'sticky' mode
  toggleShade
  iconify

 4. to figure out what a mouse gesture sequence is, start up the program and
    hold down Mod1 (usually 'alt') when doing a gesture on the root window. 
    BBStroke will output the gesture sequence to its parent terminal.

-ryan
