[dwm] Urgency hook?

2007-12-18 Thread Jeremy O'Brien
Just out of curiosity, has anyone made a patch that puts a special color or some indicator on tags that have windows that set the "Urgency" window hook, such as pidgin or urxvt if setup correctly? And if not, how feasible would this be? Thanks in advance. -- Jeremy O'Brien aka neutral_insomniac G

Re: [dwm] Urgency hook?

2007-12-18 Thread Maarten Maathuis
You mean a feature that would cause a red warning similar to what ion3 has? (not that i've seen or heard about it in dwm) Maarten. On 12/18/07, Jeremy O'Brien <[EMAIL PROTECTED]> wrote: > Just out of curiosity, has anyone made a patch that puts a special color > or some indicator on tags that ha

Re: [dwm] Urgency hook?

2007-12-18 Thread Don Stewart
obrien654j: > Just out of curiosity, has anyone made a patch that puts a special color > or some indicator on tags that have windows that set the "Urgency" > window hook, such as pidgin or urxvt if setup correctly? And if not, how > feasible would this be? Thanks in advance. This is moderately str

Re: [dwm] Urgency hook?

2007-12-18 Thread Anselm R. Garbe
On Tue, Dec 18, 2007 at 01:05:24PM -0500, Jeremy O'Brien wrote: > Just out of curiosity, has anyone made a patch that puts a special color > or some indicator on tags that have windows that set the "Urgency" > window hook, such as pidgin or urxvt if setup correctly? And if not, how > feasible would

Re: [dwm] Urgency hook?

2007-12-18 Thread Jeremy O'Brien
On Tue, Dec 18, 2007 at 08:05:56PM +0100, Anselm R. Garbe wrote: > On Tue, Dec 18, 2007 at 01:05:24PM -0500, Jeremy O'Brien wrote: > > Just out of curiosity, has anyone made a patch that puts a special color > > or some indicator on tags that have windows that set the "Urgency" > > window hook, suc

Re: [dwm] Urgency hook?

2007-12-18 Thread Jeremy O'Brien
On Tue, Dec 18, 2007 at 02:15:38PM -0500, Jeremy O'Brien wrote: > On Tue, Dec 18, 2007 at 08:05:56PM +0100, Anselm R. Garbe wrote: > > On Tue, Dec 18, 2007 at 01:05:24PM -0500, Jeremy O'Brien wrote: > > > Just out of curiosity, has anyone made a patch that puts a special color > > > or some indicat

Re: [dwm] Urgency hook?

2007-12-18 Thread Anselm R. Garbe
On Tue, Dec 18, 2007 at 02:23:37PM -0500, Jeremy O'Brien wrote: > On Tue, Dec 18, 2007 at 02:15:38PM -0500, Jeremy O'Brien wrote: > > On Tue, Dec 18, 2007 at 08:05:56PM +0100, Anselm R. Garbe wrote: > > > On Tue, Dec 18, 2007 at 01:05:24PM -0500, Jeremy O'Brien wrote: > > > > Just out of curiosity,

Re: [dwm] Urgency hook?

2007-12-18 Thread Jeremy O'Brien
On Tue, Dec 18, 2007 at 08:36:40PM +0100, Anselm R. Garbe wrote: > On Tue, Dec 18, 2007 at 02:23:37PM -0500, Jeremy O'Brien wrote: > > On Tue, Dec 18, 2007 at 02:15:38PM -0500, Jeremy O'Brien wrote: > > > On Tue, Dec 18, 2007 at 08:05:56PM +0100, Anselm R. Garbe wrote: > > > > On Tue, Dec 18, 2007

Re: [dwm] Urgency hook?

2007-12-18 Thread Ryan Zheng
Hi all, I've created a patch that handles the urgent hint for dwm 4.5. It changes the color of the square. It's probably buggy, but it seems to work. Ryan On Dec 18, 2007 1:13 PM, Jeremy O'Brien <[EMAIL PROTECTED]> wrote: > > On Tue, Dec 18, 2007 at 08:36:40PM +0100, Anselm R. Garbe wrote: > > O

Re: [dwm] Urgency hook?

2007-12-18 Thread Jeremy O'Brien
On Tue, Dec 18, 2007 at 09:32:11PM -0800, Ryan Zheng wrote: > Hi all, > > I've created a patch that handles the urgent hint for dwm 4.5. It > changes the color of the square. It's probably buggy, but it seems to > work. > > Ryan > Wow. A few minor tweaks and it works with 4.7. And it seems to w

Re: [dwm] Urgency hook?

2007-12-18 Thread Amit Uttamchandani
On Wed, 19 Dec 2007 00:59:56 -0500 "Jeremy O'Brien" <[EMAIL PROTECTED]> wrote: > On Tue, Dec 18, 2007 at 09:32:11PM -0800, Ryan Zheng wrote: > > Hi all, > > > > I've created a patch that handles the urgent hint for dwm 4.5. It > > changes the color of the square. It's probably buggy, but it seems

Re: [dwm] Urgency hook?

2007-12-19 Thread Thomas Karmann
On 18.12.2007 (13:05), Jeremy O'Brien wrote: > Just out of curiosity, has anyone made a patch that puts a special color > or some indicator on tags that have windows that set the "Urgency" > window hook, such as pidgin or urxvt if setup correctly? And if not, how > feasible would this be? Thanks in

Re: [dwm] Urgency hook?

2007-12-19 Thread Taras Ivashchenko
Hello. You can simply use OSD for such purpose. apt-cache search osd | grep xosd-bin > Just out of curiosity, has anyone made a patch that puts a special color > or some indicator on tags that have windows that set the "Urgency" > window hook, such as pidgin or urxvt if setup correctly? And if

Re: [dwm] Urgency hook?

2007-12-19 Thread markus schnalke
Taras Ivashchenko <[EMAIL PROTECTED]> wrote: > > apt-cache search osd | grep xosd-bin why not use `apt-cache show xosd-bin' instead :-) meillo

Re: [dwm] Urgency hook?

2007-12-19 Thread Taras Ivashchenko
Of course, you're right =) It's my "little misprint"... > Taras Ivashchenko <[EMAIL PROTECTED]> wrote: > > > > apt-cache search osd | grep xosd-bin > > why not use `apt-cache show xosd-bin' instead :-) > > > meillo > -- Taras Ivashchenko <[EMAIL PROTECTED]> "Software is like SEX - i

Re: [dwm] Urgency hook?

2007-12-19 Thread Kurt H Maier
So is the plan to do some kind of color swap on the status bar, or can we do something slightly more flexible? It would be nice if we could treat it just like a keybinding. That way I can set an exec call in config.h to call a script that handles these things, and those who so desire could instea

Re: [dwm] Urgency hook?

2007-12-19 Thread Jeremy O'Brien
On Tue, Dec 18, 2007 at 10:35:58PM -0800, Amit Uttamchandani wrote: > On Wed, 19 Dec 2007 00:59:56 -0500 > "Jeremy O'Brien" <[EMAIL PROTECTED]> wrote: > > > On Tue, Dec 18, 2007 at 09:32:11PM -0800, Ryan Zheng wrote: > > > Hi all, > > > > > > I've created a patch that handles the urgent hint for

Re: [dwm] Urgency hook?

2007-12-19 Thread Ritesh Kumar
On Dec 19, 2007 2:45 PM, Jeremy O'Brien <[EMAIL PROTECTED]> wrote: > On Tue, Dec 18, 2007 at 10:35:58PM -0800, Amit Uttamchandani wrote: > > On Wed, 19 Dec 2007 00:59:56 -0500 > > "Jeremy O'Brien" <[EMAIL PROTECTED]> wrote: > > > > > On Tue, Dec 18, 2007 at 09:32:11PM -0800, Ryan Zheng wrote: > >

Re: [dwm] Urgency hook?

2007-12-19 Thread Jeremy O'Brien
On Wed, Dec 19, 2007 at 06:29:26PM -0500, Jeremy O'Brien wrote: > > > > > > > > Do you mind posting the modified patch for 4.7? ;) > > > > > > > > Thanks! > > > > > > > > > > Hehe. My first patch ever! I emulated the author's style of modifying > > > the config.h file over the config.def.h. The cha

Re: [dwm] Urgency hook?

2007-12-20 Thread Asbjørn Clemmensen
This would definitely be a very nice feature to have in dwm. That way I could turn sound back off in Pidgin and not miss out on people's messages. - Asbjørn On Tue, Dec 18, 2007 at 08:05:56PM +0100, Anselm R. Garbe wrote: > On Tue, Dec 18, 2007 at 01:05:24PM -0500, Jeremy O'Brien wrote: > > Just

Re: [dwm] Urgency hook?

2007-12-20 Thread Alexander Polakov
* Kurt H Maier <[EMAIL PROTECTED]> [071220 11:33]: > So is the plan to do some kind of color swap on the status bar, or can > we do something slightly more flexible? It would be nice if we could > treat it just like a keybinding. That way I can set an exec call in > config.h to call a script that

Re: [dwm] Urgency hook?

2007-12-20 Thread Antoni Grzymala
Asbjørn Clemmensen dixit (2007-12-20, 12:39): > This would definitely be a very nice feature to have in dwm. That way I could > turn sound back off in Pidgin and not miss out on people's messages. It might be easier to just add something to your status line (as I do for tkabber). I do it by analy

Re: [dwm] Urgency hook?

2007-12-21 Thread Anselm R. Garbe
On Wed, Dec 19, 2007 at 12:46:32PM -0600, Kurt H Maier wrote: > So is the plan to do some kind of color swap on the status bar, or can > we do something slightly more flexible? It would be nice if we could > treat it just like a keybinding. That way I can set an exec call in > config.h to call a