1 Sep 2006 21:39
use case: wyrd+remind + screen + ion3
I use the ion window manager, and almost exclusively curses / console
applications. One of the reasons I enjoy ion so much is its support for
the URGENT window manager hint (you're looking at another window or
workspace, something urgent happens in another window or workspace, and
ion will notify you of this).
I've recently come to adopt remind and wyrd. *To my limited knowledge*,
wyrd doesn't do anything when timed reminders are triggered. So it
would be nice if we could get that behavior. Now, if I'm just being
obtuse and Wyrd has this behavior, then please ignore me. Also, if this
whole setup has been documented before, then please ignore me. If
you're interested, however, read on:
Here's an approximation of my process tree:
ion3
\- rxvt-unicode [1]
\- screen -S wyrd
\- bash
\- wyrd
\- bash
\- remind -f -z ~/.reminders | sed 's/^/^G/' [2]
In my .screenrc I have:
vbell on
bell_msg "^GBell in window %n"
Then I keep the screen on window 0 (with wyrd), and whenever there's a
timed event trigger, remind (in window 1) prints out a line, which sed
(Continue reading)
RSS Feed