<?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: Keyboard shortcuts to control mpd</title>
	<atom:link href="http://dodoincfedora.wordpress.com/2011/06/20/keyboard-shortcuts-to-control-mpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://dodoincfedora.wordpress.com/2011/06/20/keyboard-shortcuts-to-control-mpd/</link>
	<description>&#124;&#124; Geek &#124;&#124;</description>
	<lastBuildDate>Sat, 15 Jun 2013 16:38:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://dodoincfedora.wordpress.com/2011/06/20/keyboard-shortcuts-to-control-mpd/#comment-2070</link>
		<dc:creator><![CDATA[Stephen]]></dc:creator>
		<pubDate>Sun, 26 Feb 2012 14:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://dodoincfedora.wordpress.com/?p=730#comment-2070</guid>
		<description><![CDATA[Ah, it seems I figured it out but I forgot to report back :-)

notify-send --hint=int:transient:1 -i /usr/share/icons/gnome/scalable/actions/media-playback-start-symbolic.svg &quot;MPD: Now Playing -&gt; &quot; &quot;`mpc status &#124; head -1`&quot;

will get you the notification, without keeping it in the notification tray.]]></description>
		<content:encoded><![CDATA[<p>Ah, it seems I figured it out but I forgot to report back <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>notify-send &#8211;hint=int:transient:1 -i /usr/share/icons/gnome/scalable/actions/media-playback-start-symbolic.svg &#8220;MPD: Now Playing -&gt; &#8221; &#8220;`mpc status | head -1`&#8221;</p>
<p>will get you the notification, without keeping it in the notification tray.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankursworld</title>
		<link>http://dodoincfedora.wordpress.com/2011/06/20/keyboard-shortcuts-to-control-mpd/#comment-1992</link>
		<dc:creator><![CDATA[ankursworld]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 16:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://dodoincfedora.wordpress.com/?p=730#comment-1992</guid>
		<description><![CDATA[I would expect the &quot;expire-time&quot; flag to do this..Not sure though. I&#039;m using indimpc nowadays which grabs my multimedia keys for mpd usage..]]></description>
		<content:encoded><![CDATA[<p>I would expect the &#8220;expire-time&#8221; flag to do this..Not sure though. I&#8217;m using indimpc nowadays which grabs my multimedia keys for mpd usage..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://dodoincfedora.wordpress.com/2011/06/20/keyboard-shortcuts-to-control-mpd/#comment-1990</link>
		<dc:creator><![CDATA[Stephen]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 10:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://dodoincfedora.wordpress.com/?p=730#comment-1990</guid>
		<description><![CDATA[Excellent, thanks.  I was looking for something like this.

However, the notification stays in the notification area.   Which is not really bothering me.  But it is :-)
Apparently there is no easy way to remove a bunch of notifications in one go.

When I click on a url in gnome-terminal, I get the notification that the link is being opened (in Firefox) but this is not stored in the notification area.  So, there must be a way to accomplish this.

notify-send --help is rather to the point:

Usage:
  notify-send [OPTION...]  [BODY] - create a notification

Help Options:
  -?, --help                        Show help options

Application Options:
  -u, --urgency=LEVEL               Specifies the urgency level (low, normal, critical).
  -t, --expire-time=TIME            Specifies the timeout in milliseconds at which to expire the notification.
  -i, --icon=ICON[,ICON...]         Specifies an icon filename or stock icon to display.
  -c, --category=TYPE[,TYPE...]     Specifies the notification category.
  -h, --hint=TYPE:NAME:VALUE        Specifies basic extra data to pass. Valid types are int, double, string and byte.
  -v, --version                     Version of the package.

Urgency doesn&#039;t seem to be doing anything.  Maybe category?
Any suggestions?]]></description>
		<content:encoded><![CDATA[<p>Excellent, thanks.  I was looking for something like this.</p>
<p>However, the notification stays in the notification area.   Which is not really bothering me.  But it is <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Apparently there is no easy way to remove a bunch of notifications in one go.</p>
<p>When I click on a url in gnome-terminal, I get the notification that the link is being opened (in Firefox) but this is not stored in the notification area.  So, there must be a way to accomplish this.</p>
<p>notify-send &#8211;help is rather to the point:</p>
<p>Usage:<br />
  notify-send [OPTION...]  [BODY] &#8211; create a notification</p>
<p>Help Options:<br />
  -?, &#8211;help                        Show help options</p>
<p>Application Options:<br />
  -u, &#8211;urgency=LEVEL               Specifies the urgency level (low, normal, critical).<br />
  -t, &#8211;expire-time=TIME            Specifies the timeout in milliseconds at which to expire the notification.<br />
  -i, &#8211;icon=ICON[,ICON...]         Specifies an icon filename or stock icon to display.<br />
  -c, &#8211;category=TYPE[,TYPE...]     Specifies the notification category.<br />
  -h, &#8211;hint=TYPE:NAME:VALUE        Specifies basic extra data to pass. Valid types are int, double, string and byte.<br />
  -v, &#8211;version                     Version of the package.</p>
<p>Urgency doesn&#8217;t seem to be doing anything.  Maybe category?<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankursworld</title>
		<link>http://dodoincfedora.wordpress.com/2011/06/20/keyboard-shortcuts-to-control-mpd/#comment-1663</link>
		<dc:creator><![CDATA[ankursworld]]></dc:creator>
		<pubDate>Mon, 20 Jun 2011 08:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://dodoincfedora.wordpress.com/?p=730#comment-1663</guid>
		<description><![CDATA[crap, it was right at the end of the man page. Thanks!]]></description>
		<content:encoded><![CDATA[<p>crap, it was right at the end of the man page. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanislav Ochotnicky</title>
		<link>http://dodoincfedora.wordpress.com/2011/06/20/keyboard-shortcuts-to-control-mpd/#comment-1662</link>
		<dc:creator><![CDATA[Stanislav Ochotnicky]]></dc:creator>
		<pubDate>Mon, 20 Jun 2011 08:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://dodoincfedora.wordpress.com/?p=730#comment-1662</guid>
		<description><![CDATA[two words: mpc toggle]]></description>
		<content:encoded><![CDATA[<p>two words: mpc toggle</p>
]]></content:encoded>
	</item>
</channel>
</rss>
