wmtimer by Josh King <jking@dwave.net>  
======================================

WMTimer has only been tested on an intel machine running redhat 6.1 and 6.0

Standard Disclaimer:
WMTimer is to be used at your own risk. I will not be held responsible
for any damages this application may cause your system.

This program is distributed under the GNU Public Liscense which is included. 


General Usage Information:

WMTimer can be configured either at run time via the command line or the 
gtk interface by clicking on the main part of the window (anywhere except the buttons)

To switch to the Chrono function simply click on the right arrow button to start the chronograph.
You can pause the chronogaph by clicking on the center, rectangle button and resume again by clicking the right arrow button.
You can reset the timer by clicking on the left arrow button.

Time entered via the command line must be in the form of x:x:x  
you dont need to have 2 digits for each number but you must have at least zero's in as placeholders for hrs, mins and secs. 


Using WMTimer to execute a command:
===================================

Command line:

If you have multiple words you must put the command in qoutes
	eg. wmtimer -c -t 0:0:3 -e "rxvt -e telnet home"
If you only have one word, then no quotes are needed
	eg. wmtimer -c -t 0:0:3 -e rxvt
If you have a long, multiword filename as part of the command you must put the filename in apostrophe's (')
	eg. wmtimer -c -t 0:0:3 -e "mpg123 '/mp3/Creed - Higher.mp3'"


GUI interface:

The only time you need any kind of quotes is when you have long, multiword filename as part of the command.
you must put the filename in apostrophe's (')
	eg. mpg123 '/mp3/Creed - Higher.mp3'
