Re: FVWM: Per application urgency handling

2010-03-04 Thread Thomas Adam
On Thu, Mar 04, 2010 at 06:04:07PM +, - Tethys wrote: Is it possible to have different behaviours for handing urgency hints depending on the application that set the hint? For example, I might want my instant messanger to do one thing, and my web browser to do something different.

Re: FVWM: Per application urgency handling

2010-03-04 Thread Viktor Griph
2010/3/4 - Tethys tet...@gmail.com: Is it possible to have different behaviours for handing urgency hints depending on the application that set the hint? For example, I might want my instant messanger to do one thing, and my web browser to do something different. Specifically, firefox is

Re: FVWM: Per application urgency handling

2010-03-04 Thread Nathaniel Stickney
(Thomas just beat me to this) You could do it by defining the UrgencyFunc like DestroyFunc UrgencyFunc AddToFunc UrgnecyFunc + I All (Pidgin) IMUrgencyFunc + I All (XChat) IMUrgencyFunc + I All (Firefox) BrowserUrgencyFunc But that would do strange things if you had more than one

Re: FVWM: Per application urgency handling

2010-03-04 Thread Nathaniel Stickney
Actually, Thomas solution works... my bad, didn't finish reading the email he sent. God Bless, Stick -- www.stick-online.net On Thu, Mar 4, 2010 at 12:17, Nathaniel Stickney nstick...@gmail.com wrote: (Thomas just beat me to this) You could do it by defining the UrgencyFunc like