From: Josef Lowder <
joe@actionline.com>
> Is there a digital sticky notes utility for Linux?
>
> Ideally, it should allow quickly typing a short note on the command
> line to be displayed as a *very small* note (about 2" wide by 1" tall)
> in a pre-defined spot on one of the multiple desktop/workspaces ...
> with no title, no menu, no icons, no border, and no other clutter?
name=`dcop knotes KNotesIface newNote "title" "new note contents"`
dcop knotes KNotesIface resize $name WIDTH HEIGHT
dcop knotes KNotesIface showNote $name
(moving it to a specific virtual desktop probably requires using
wmctrl, but that's pretty easy.)
...however, there will be a title bar on that, and it's sort of
KDE-specific. There's a *lot* you can do with dcop. Finding a
"notes" program that lacks a title bar will be the hardest part
of this question, I think.
--
Matt G / Dances With Crows
The Crow202 Blog:
http://crow202.org/wordpress/
There is no Darkness in Eternity/But only Light too dim for us to see
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss