diff options
author | ale <ale@FreeBSD.org> | 2006-03-15 15:04:39 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-03-15 15:04:39 +0800 |
commit | 07bae5c4f3955eff3760cf662727334acdb08630 (patch) | |
tree | 154a200a79e9fd0bd95945190f42275b78f5aaad /x11/Makefile | |
parent | a807fccd93a4906439beeea1eb3411266fe1d4f0 (diff) | |
download | freebsd-ports-gnome-07bae5c4f3955eff3760cf662727334acdb08630.tar.gz freebsd-ports-gnome-07bae5c4f3955eff3760cf662727334acdb08630.tar.zst freebsd-ports-gnome-07bae5c4f3955eff3760cf662727334acdb08630.zip |
Repetitive Strain Injury is an illness which can occur as a result of
working with a mouse and keyboard. This utility can be used to remind
you to take a break now and then. It will show you a random picture
from a collection you can configure yourself for a configurable duration
at a configurable interval.
You can use these breaks to do some stretch exercises for example, or as
a reminder to walk away from the computer for a while.
RSIBreak will sit in your system tray and when it is time for a break it
will show you the picture full screen. All timings can be set by clicking
with the right mouse button on the icon in the system tray.
WWW: http://www.rsibreak.org/
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 70c3e17c94a8..109d3dc726fe 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -162,6 +162,7 @@ SUBDIR += renderext SUBDIR += resourceext SUBDIR += rox-wallpaper + SUBDIR += rsibreak SUBDIR += ruby-X11 SUBDIR += ruby-gnome2 SUBDIR += ruby-gnome2-all |