<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Compiz - Revision history</title>
		<link>https://www.slackwiki.com/index.php?title=Compiz&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 17:41:58 GMT</lastBuildDate>
		<item>
			<title>Erik: Copy from old</title>
			<link>https://www.slackwiki.com/index.php?title=Compiz&amp;diff=68&amp;oldid=prev</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Compiz&amp;diff=68&amp;oldid=prev</guid>
			<description>&lt;p&gt;Copy from old&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Configuring X ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Compiz Setup ==&lt;br /&gt;
&lt;br /&gt;
After you've configured X Properly, you can start setting up Compiz's configuration files.&lt;br /&gt;
These configuration files are generated automatically by Compiz, given 2 conditions.&lt;br /&gt;
&lt;br /&gt;
1. The existance of a .compiz directory in home&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;sub&amp;gt;mkdir ~/.compiz&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Running Compiz, calling to read configuration files (although not present, yet)&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;sub&amp;gt;compiz --replace ini decoration &amp;amp; kde-window-decorator &amp;amp;&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This loads compiz up, creating default configuration files in &amp;quot;~/.compiz/options/&amp;quot;, while enabling&lt;br /&gt;
two plugins &amp;quot;ini&amp;quot; and &amp;quot;decoration&amp;quot;. Ini to allow read/write of configuration files, and &amp;quot;decoration&amp;quot;&lt;br /&gt;
to use window decorations (the title bar of programs).&lt;br /&gt;
&lt;br /&gt;
== Configuring Compiz ==&lt;br /&gt;
&lt;br /&gt;
Once you've successfully loaded compiz and created config files in, you can now configure plugins.&lt;br /&gt;
Open up ~/.compiz/options/general-allscreens.conf for editing.&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;sub&amp;gt;pico ~/.compiz/options/general-allscreens.conf&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit the first line to include Plugins you will want to use. Plugins are stored in /usr/lib/compiz/ as&lt;br /&gt;
lib* files.&lt;br /&gt;
My plugins line:&lt;br /&gt;
     &amp;lt;sub&amp;gt;active_plugins=ini,decoration,svg,png,wobbly,fade,minimize,cube,move,place,resize,rotate,scale,switcher,water,zoom,screenshot&amp;lt;/sub&amp;gt;&lt;br /&gt;
Save this file, now edit ~/.compiz/options/decoration-allscreens.conf&lt;br /&gt;
and alter the line &amp;quot;command=&amp;quot; to look like this:&lt;br /&gt;
     &amp;lt;sub&amp;gt;command=kde-window-decorator&amp;lt;/sub&amp;gt;&lt;br /&gt;
Save and exit.&lt;br /&gt;
Test your work, (and also create more config files) like this:&lt;br /&gt;
     &amp;lt;sub&amp;gt;killall -9 kde-window-decorator ; killall -9 compiz ; compiz --replace ini &amp;amp; &amp;lt;/sub&amp;gt;&lt;br /&gt;
You'll notice ~/.compiz/options/ is now populated with more configuration files. Filled with keybindings and behavior definitions.&lt;br /&gt;
I'll leave figuring these out to you.&lt;br /&gt;
&lt;br /&gt;
Anytime you change and save a configuration file. Restart compiz to test.&lt;br /&gt;
     &amp;lt;sub&amp;gt;compiz --replace ini &amp;amp;&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here are a few interesting config options.&lt;br /&gt;
&lt;br /&gt;
In general-screen0.conf&lt;br /&gt;
     &amp;lt;sub&amp;gt;hsize=4&amp;lt;/sub&amp;gt;&lt;br /&gt;
Change 4 to anything from 1 to 10 to change the number of sides of the &amp;quot;cube&amp;quot;.&lt;br /&gt;
In cube-screen0.conf image files are read from /usr/share/compiz/:&lt;br /&gt;
     &amp;lt;sub&amp;gt;images=picture&amp;lt;/sub&amp;gt;&lt;br /&gt;
This loads &amp;quot;picture.png&amp;quot; on the top of the cube, while :&lt;br /&gt;
     &amp;lt;sub&amp;gt;skydome_image=picture&amp;lt;/sub&amp;gt;&lt;br /&gt;
Loads &amp;quot;picture.png&amp;quot; as the background image behind the cube.&lt;/div&gt;</description>
			<pubDate>Tue, 02 Jun 2009 03:08:31 GMT</pubDate>
			<dc:creator>Erik</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Compiz</comments>
		</item>
</channel></rss>