From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Popup with Weekly Agenda? Date: Fri, 5 Jun 2009 23:44:35 +0100 Message-ID: <18985.40915.446008.195981@pinto.chemeng.ucl.ac.uk> References: <4A29891C.4060103@gmx.de> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCi9X-0007S3-UM for emacs-orgmode@gnu.org; Fri, 05 Jun 2009 18:44:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCi9S-0007R3-ID for emacs-orgmode@gnu.org; Fri, 05 Jun 2009 18:44:46 -0400 Received: from [199.232.76.173] (port=44094 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCi9S-0007R0-CR for emacs-orgmode@gnu.org; Fri, 05 Jun 2009 18:44:42 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:41905) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MCi9R-0007w4-T0 for emacs-orgmode@gnu.org; Fri, 05 Jun 2009 18:44:42 -0400 In-Reply-To: <4A29891C.4060103@gmx.de> From: Eric S Fraga List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Karl Maihofer Cc: emacs-orgmode@gnu.org Karl Maihofer writes: > Hi, > > Tassilo integrated the weekly agenda (as a popup) with the awesome > window manager[1]. So whenever the mouse pointer enters a special region > of the desktop, a popup shows the agenda for the current week and > disappears when the mouse is moved away (Have a look at the very nice > screenshot shown in the article). > > I was wondering if anybody could imagine a way to do something similar > using other window managers for X, especially Gnome. In Gnome, you can use gnome-osd-client to replace the "naughty" bit. gnome-osd-client actually works with most window managers; I use it with ratpoison to have emacs appt notifications appear on-screen, as suggested by Richard Riley. To replace the lua code which adds font information to the text generated by org's agenda output, you could use any of the scripting languages (perl, say). Finally, I'm not sure about how to make Gnome's window manager (enlightenment?) respond to the mouse hovering over any particular part of the screen but you could easily bind a key to the script which would invoke the gnome-osd-client command to pop up the agenda instead. HTH.