<?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/"
		>
<channel>
	<title>Comments on: 窗口管理器 Openbox 入门指南 (3)</title>
	<atom:link href="http://linuxtoy.org/archives/openbox-getting-started-guide-3.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Fri, 25 May 2012 02:33:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cagewang</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90296</link>
		<dc:creator>cagewang</dc:creator>
		<pubDate>Sun, 03 Aug 2008 13:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90296</guid>
		<description>&lt;p&gt;@希罗&lt;/p&gt;

&lt;p&gt;感谢分享!!呵呵..正好用的上!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@希罗</p>

<p>感谢分享!!呵呵..正好用的上!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Toy</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90218</link>
		<dc:creator>Toy</dc:creator>
		<pubDate>Sat, 02 Aug 2008 00:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90218</guid>
		<description>&lt;p&gt;@希罗&lt;/p&gt;

&lt;p&gt;感谢分享，很实用。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@希罗</p>

<p>感谢分享，很实用。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 希罗</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90207</link>
		<dc:creator>希罗</dc:creator>
		<pubDate>Fri, 01 Aug 2008 13:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90207</guid>
		<description>&lt;p&gt;我来分享个技巧吧！
把下面的代码覆盖调部分  ~/.pypanelrc
里时钟部分（有一部分我保留了原文，应该很好找的)
如有需要我贴全！&lt;/p&gt;

&lt;p&gt;作用是，把鼠标移动到pypanel里显示时钟的地方，通过鼠标滚轮调解音量！
我自己想到的，用了好久了！算是原创，在这里分享吧！
让更多的人了解到Linux的个人之处！&lt;/p&gt;

&lt;h1&gt;--------------------------------&lt;/h1&gt;

&lt;p&gt;def clockButtonEvent(pp, button):&lt;/p&gt;

&lt;h1&gt;--------------------------------&lt;/h1&gt;

&lt;pre&gt;&lt;code&gt;&quot;&quot;&quot; Button event handler for the panel&#039;s clock object &quot;&quot;&quot;

if button == 1:
    os.system(&quot;xclock &amp;&quot;)
elif button == 2:
    pass
elif button == 3:
    pp.toggleHidden()
&lt;/code&gt;&lt;/pre&gt;

&lt;h1&gt;mouse wheel control volume [mod by Loading(http://ycf.name)]&lt;/h1&gt;

&lt;pre&gt;&lt;code&gt;elif button == 4:
    os.system(&quot;amixer -q set PCM 2+ unmute&quot;)
elif button == 5:
    os.system(&quot;amixer -q set PCM 2- unmute&quot;)
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>我来分享个技巧吧！
把下面的代码覆盖调部分  ~/.pypanelrc
里时钟部分（有一部分我保留了原文，应该很好找的)
如有需要我贴全！</p>

<p>作用是，把鼠标移动到pypanel里显示时钟的地方，通过鼠标滚轮调解音量！
我自己想到的，用了好久了！算是原创，在这里分享吧！
让更多的人了解到Linux的个人之处！</p>

<h1>--------------------------------</h1>

<p>def clockButtonEvent(pp, button):</p>

<h1>--------------------------------</h1>

<pre><code>""" Button event handler for the panel's clock object """

if button == 1:
    os.system("xclock &amp;amp;")
elif button == 2:
    pass
elif button == 3:
    pp.toggleHidden()
</code></pre>

<h1>mouse wheel control volume [mod by Loading(http://ycf.name)]</h1>

<pre><code>elif button == 4:
    os.system("amixer -q set PCM 2+ unmute")
elif button == 5:
    os.system("amixer -q set PCM 2- unmute")
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: somebody(莫多)</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90173</link>
		<dc:creator>somebody(莫多)</dc:creator>
		<pubDate>Fri, 01 Aug 2008 04:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90173</guid>
		<description>&lt;p&gt;不错不错。有了Toy的文章，我们就可以懒一下了。拿toy的配置文件来修改就ok了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>不错不错。有了Toy的文章，我们就可以懒一下了。拿toy的配置文件来修改就ok了。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Toy</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90164</link>
		<dc:creator>Toy</dc:creator>
		<pubDate>Fri, 01 Aug 2008 03:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90164</guid>
		<description>&lt;p&gt;@fox, wanzigunzi: 确实忘了关 code 标签，谢谢。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@fox, wanzigunzi: 确实忘了关 code 标签，谢谢。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wanzigunzi</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90163</link>
		<dc:creator>wanzigunzi</dc:creator>
		<pubDate>Fri, 01 Aug 2008 03:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90163</guid>
		<description>&lt;p&gt;恩，在konqueror上这篇文章和评论全是红色&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>恩，在konqueror上这篇文章和评论全是红色</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fox</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90161</link>
		<dc:creator>fox</dc:creator>
		<pubDate>Fri, 01 Aug 2008 03:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90161</guid>
		<description>&lt;p&gt;似乎color代码没有关闭&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>似乎color代码没有关闭</p>]]></content:encoded>
	</item>
	<item>
		<title>By: suxixb</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90157</link>
		<dc:creator>suxixb</dc:creator>
		<pubDate>Fri, 01 Aug 2008 02:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90157</guid>
		<description>&lt;p&gt;期待 pdf 版。。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>期待 pdf 版。。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MK</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90156</link>
		<dc:creator>MK</dc:creator>
		<pubDate>Fri, 01 Aug 2008 02:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90156</guid>
		<description>&lt;p&gt;纯支持～ob有图形设置没有。。总有懒人。。比如我。。。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>纯支持～ob有图形设置没有。。总有懒人。。比如我。。。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aspirin</title>
		<link>http://linuxtoy.org/archives/openbox-getting-started-guide-3.html#comment-90154</link>
		<dc:creator>Aspirin</dc:creator>
		<pubDate>Fri, 01 Aug 2008 01:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2219#comment-90154</guid>
		<description>&lt;p&gt;Toy真勤劳，呵呵&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Toy真勤劳，呵呵</p>]]></content:encoded>
	</item>
</channel>
</rss>

