<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Pimp Your XMonad #4: Urgency Hooks</title>
	<atom:link href="http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/</link>
	<description>Thoughts from my splattered grey matter.</description>
	<lastBuildDate>Fri, 02 Sep 2011 16:26:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: jayjay</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-221</link>
		<dc:creator><![CDATA[jayjay]]></dc:creator>
		<pubDate>Fri, 02 Sep 2011 16:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-221</guid>
		<description><![CDATA[this is my main loop. i get errors when i try to change it to a similar loop like the one in this article. I want to add the withUrgencyHook NoUrgencyHook into my loop. does anyone have any ideas?
 
main = xmonad=&lt;&lt; statusBar myBar myPP toggleStrutsKey myConfig
        {
-- removed stuff from here
        }]]></description>
		<content:encoded><![CDATA[<p>this is my main loop. i get errors when i try to change it to a similar loop like the one in this article. I want to add the withUrgencyHook NoUrgencyHook into my loop. does anyone have any ideas?</p>
<p>main = xmonad=&lt;&lt; statusBar myBar myPP toggleStrutsKey myConfig<br />
        {<br />
&#8211; removed stuff from here<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-218</link>
		<dc:creator><![CDATA[ben]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 18:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-218</guid>
		<description><![CDATA[Screenshot is 404&#039;d.]]></description>
		<content:encoded><![CDATA[<p>Screenshot is 404&#8242;d.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scottkidder</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-87</link>
		<dc:creator><![CDATA[scottkidder]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 00:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-87</guid>
		<description><![CDATA[I have an alias for the bell,  bp=&#039;echo -e &quot;\a&quot;&#039;
So I can run about anything, eg. pacman -Syu &amp;&amp; bp and get notified when it&#039;s done.]]></description>
		<content:encoded><![CDATA[<p>I have an alias for the bell,  bp=&#8217;echo -e &#8220;\a&#8221;&#8216;<br />
So I can run about anything, eg. pacman -Syu &amp;&amp; bp and get notified when it&#8217;s done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bradenshep</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-76</link>
		<dc:creator><![CDATA[bradenshep]]></dc:creator>
		<pubDate>Sun, 10 May 2009 21:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-76</guid>
		<description><![CDATA[Creative, I may do that. I forget about offscreen commands all the time and end up thinking &quot;What was I waiting for again?&quot;]]></description>
		<content:encoded><![CDATA[<p>Creative, I may do that. I forget about offscreen commands all the time and end up thinking &#8220;What was I waiting for again?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin Mullins</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-75</link>
		<dc:creator><![CDATA[Devin Mullins]]></dc:creator>
		<pubDate>Sat, 09 May 2009 23:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-75</guid>
		<description><![CDATA[IIRC, XChat has an urgency option that&#039;s pretty easy to find. (I think it says something about flashing the taskbar.) That option is actually what started my desire for urgency in xmonad.

Braden - at work, I take it further - I put \a in my $PS1. If *any* command finishes off-screen, I know about it. I also put &quot;au * BufRead norm \&quot; in my .vimrc so I can go elsewhere while waiting for vim to load a file from a slow NFS mount, or while waiting for our slow-ass VCS to pop up $EDITOR.]]></description>
		<content:encoded><![CDATA[<p>IIRC, XChat has an urgency option that&#8217;s pretty easy to find. (I think it says something about flashing the taskbar.) That option is actually what started my desire for urgency in xmonad.</p>
<p>Braden &#8211; at work, I take it further &#8211; I put \a in my $PS1. If *any* command finishes off-screen, I know about it. I also put &#8220;au * BufRead norm \&#8221; in my .vimrc so I can go elsewhere while waiting for vim to load a file from a slow NFS mount, or while waiting for our slow-ass VCS to pop up $EDITOR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bradenshep</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-74</link>
		<dc:creator><![CDATA[bradenshep]]></dc:creator>
		<pubDate>Fri, 08 May 2009 17:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-74</guid>
		<description><![CDATA[@Jon:

#xmonad can help you with dzen not working, if you&#039;d prefer to go back to it.

As to which apps will set urgency, I don&#039;t know of any off the top of my head. On some level any apps that might need to notify you should do it, but most don&#039;t or don&#039;t make the option easy to find. (Really, Pidgin&#039;s isn&#039;t easy to find, it&#039;s just such a widely used app that it was easy to find on Google.) There may be extensions for Thunderbird that do that, I don&#039;t know.

Console apps, though, are another story. Lots of them use the system bell as a notification by default or have obvious options to do so. Then you can simply set up your terminal as above. That allows pine, mutt, anything to trigger urgency.

When I&#039;m running a long compile job or other process on some workspace, and don&#039;t want to forget about it, I use
compile command; echo -e &quot;\a&quot;, which turns on escape character interpretation in echo, and echoes a bell character, triggering the urgency hints.]]></description>
		<content:encoded><![CDATA[<p>@Jon:</p>
<p>#xmonad can help you with dzen not working, if you&#8217;d prefer to go back to it.</p>
<p>As to which apps will set urgency, I don&#8217;t know of any off the top of my head. On some level any apps that might need to notify you should do it, but most don&#8217;t or don&#8217;t make the option easy to find. (Really, Pidgin&#8217;s isn&#8217;t easy to find, it&#8217;s just such a widely used app that it was easy to find on Google.) There may be extensions for Thunderbird that do that, I don&#8217;t know.</p>
<p>Console apps, though, are another story. Lots of them use the system bell as a notification by default or have obvious options to do so. Then you can simply set up your terminal as above. That allows pine, mutt, anything to trigger urgency.</p>
<p>When I&#8217;m running a long compile job or other process on some workspace, and don&#8217;t want to forget about it, I use<br />
compile command; echo -e &#8220;\a&#8221;, which turns on escape character interpretation in echo, and echoes a bell character, triggering the urgency hints.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-73</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 08 May 2009 15:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-73</guid>
		<description><![CDATA[Sorry for the late reply, it took me a while to get urgency hooks working (actually they wouldn&#039;t work at all in dzen2, so I had to try xmobar instead).

Anyway, my question is what other apps will send urgency bells besides pidgin?  Pine seems to do so, and will be replacing my thunderbird shortly.  What else should I be using to take advantage of urgency hooks?]]></description>
		<content:encoded><![CDATA[<p>Sorry for the late reply, it took me a while to get urgency hooks working (actually they wouldn&#8217;t work at all in dzen2, so I had to try xmobar instead).</p>
<p>Anyway, my question is what other apps will send urgency bells besides pidgin?  Pine seems to do so, and will be replacing my thunderbird shortly.  What else should I be using to take advantage of urgency hooks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Improved Means For Achieving Deteriorated Ends / Endless Blather</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-67</link>
		<dc:creator><![CDATA[Improved Means For Achieving Deteriorated Ends / Endless Blather]]></dc:creator>
		<pubDate>Thu, 26 Mar 2009 03:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-67</guid>
		<description><![CDATA[[...] is off the ground by then. Also, if you use Xmonad there&#8217;s a good guide to Urgency Hooks here. Open Source development is still being thoughtfully explored. See, The Free as in Beer Economy and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is off the ground by then. Also, if you use Xmonad there&#8217;s a good guide to Urgency Hooks here. Open Source development is still being thoughtfully explored. See, The Free as in Beer Economy and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frosch03</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-61</link>
		<dc:creator><![CDATA[frosch03]]></dc:creator>
		<pubDate>Mon, 16 Mar 2009 11:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-61</guid>
		<description><![CDATA[Thx :) That was missing in my xmonad.hs for a longe time :) 

Btw, if you want your xterm to set the urgent-flag on a bell-event add the following to your .Xresources

XTerm*bellIsUrgent: true

And don&#039;t forget `xrdb -merge .Xresources` to merge the changes :)]]></description>
		<content:encoded><![CDATA[<p>Thx :) That was missing in my xmonad.hs for a longe time :) </p>
<p>Btw, if you want your xterm to set the urgent-flag on a bell-event add the following to your .Xresources</p>
<p>XTerm*bellIsUrgent: true</p>
<p>And don&#8217;t forget `xrdb -merge .Xresources` to merge the changes :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin Mullins</title>
		<link>http://braincrater.wordpress.com/2009/03/14/pimp-your-xmonad-4-urgency-hooks/#comment-60</link>
		<dc:creator><![CDATA[Devin Mullins]]></dc:creator>
		<pubDate>Sun, 15 Mar 2009 10:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://braincrater.wordpress.com/?p=45#comment-60</guid>
		<description><![CDATA[1. BTW, I don&#039;t have a statusbar, so I go the uncommon route of popping up a temporary dzen. :)

2. focusUrgent doesn&#039;t just go to the last urgent; it pops the stack (or dequeues the queue, I forget).

3. At work, I have taken use of this extension to an extreme level. My PS1 includes a bell, any time I have a bash script that calls `read`, I echo a bell, and my .vimrc includes &quot;norm \&quot; and &quot;au WinEnter * norm \&quot; which will echo a bell. Pretty much any time something is asking for input on another workspace, I get notified. (I&#039;d love to do this at the pty level instead of app-specific hacks, but I don&#039;t [yet] know enough about how/if that&#039;s possible.)]]></description>
		<content:encoded><![CDATA[<p>1. BTW, I don&#8217;t have a statusbar, so I go the uncommon route of popping up a temporary dzen. :)</p>
<p>2. focusUrgent doesn&#8217;t just go to the last urgent; it pops the stack (or dequeues the queue, I forget).</p>
<p>3. At work, I have taken use of this extension to an extreme level. My PS1 includes a bell, any time I have a bash script that calls `read`, I echo a bell, and my .vimrc includes &#8220;norm \&#8221; and &#8220;au WinEnter * norm \&#8221; which will echo a bell. Pretty much any time something is asking for input on another workspace, I get notified. (I&#8217;d love to do this at the pty level instead of app-specific hacks, but I don&#8217;t [yet] know enough about how/if that&#8217;s possible.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
