<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Changing Window Managers - Revision history</title>
		<link>https://www.slackwiki.com/index.php?title=Changing_Window_Managers&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 14:22:39 GMT</lastBuildDate>
		<item>
			<title>Erik: Copy from old</title>
			<link>https://www.slackwiki.com/index.php?title=Changing_Window_Managers&amp;diff=80&amp;oldid=prev</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Changing_Window_Managers&amp;diff=80&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;Well I'm sure you all want to change you window manager at some point&lt;br /&gt;
in time:), well this tutorial is going to show you how in&lt;br /&gt;
Slackware. First as a user run the following command:&lt;br /&gt;
&lt;br /&gt;
 xwmconfig&lt;br /&gt;
&lt;br /&gt;
This will bring up an ncurses based menu to select the window manager&lt;br /&gt;
you want. What this does for the user is copy the xinitrc from&lt;br /&gt;
/etc/X11/xinit/. For instance, Say I want KDE to startup, all the&lt;br /&gt;
tool would do is run:&lt;br /&gt;
&lt;br /&gt;
 cp /etc/X11/xinit/xinitrc.kde $HOME/.xinitrc&lt;br /&gt;
&lt;br /&gt;
That is basicly what it does, Now say you want to start a program from &lt;br /&gt;
when starting your window manager? Well thats easy, we shall open up the&lt;br /&gt;
~/.xinitrc: (I am going to use the fluxbox one)&lt;br /&gt;
&lt;br /&gt;
 exec /usr/X11R6/bin/fluxbox&lt;br /&gt;
&lt;br /&gt;
That is what you see, so say you want to start a program before&lt;br /&gt;
fluxbox, like a program that changes your background? Well here is an&lt;br /&gt;
example:&lt;br /&gt;
&lt;br /&gt;
 background-program &amp;amp;&lt;br /&gt;
 exec /usr/X11R6/bin/fluxbox&lt;br /&gt;
&lt;br /&gt;
You see you MUST have the &amp;amp; or fluxbox wont startup. &lt;br /&gt;
&lt;br /&gt;
I hope you learned from this.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Tue, 02 Jun 2009 03:21:59 GMT</pubDate>
			<dc:creator>Erik</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Changing_Window_Managers</comments>
		</item>
</channel></rss>