<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=7690&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / script to shade/unshade inactive windows]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=7690</link>
		<description><![CDATA[The most recent posts in script to shade/unshade inactive windows.]]></description>
		<lastBuildDate>Sat, 22 Dec 2012 10:31:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[script to shade/unshade inactive windows]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=28361#p28361</link>
			<description><![CDATA[<p>Little stupid one for people with large screens who want to concentrate on active window by hiding all others with a key stroke and want them back later with another stroke</p><p>#!/bin/bash<br /># toggles shade inactive<br />opacity=`xfconf-query -c xfwm4 -p /general/inactive_opacity`<br />if [ $opacity -eq &quot;100&quot; ]; then <br />xfconf-query -c xfwm4 -p /general/inactive_opacity -s 0<br />else <br />xfconf-query -c xfwm4 -p /general/inactive_opacity -s 100<br />fi<br /># changes value in file <br /># ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml</p><br /><p>bye <br />Salvatore</p>]]></description>
			<author><![CDATA[dummy@example.com (mdcsvt)]]></author>
			<pubDate>Sat, 22 Dec 2012 10:31:14 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=28361#p28361</guid>
		</item>
	</channel>
</rss>
