<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Changing_Window_Managers</id>
	<title>Changing Window Managers - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Changing_Window_Managers"/>
	<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Changing_Window_Managers&amp;action=history"/>
	<updated>2026-04-08T14:22:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=Changing_Window_Managers&amp;diff=80&amp;oldid=prev</id>
		<title>Erik: Copy from old</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Changing_Window_Managers&amp;diff=80&amp;oldid=prev"/>
		<updated>2009-06-02T03:21:59Z</updated>

		<summary type="html">&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;</summary>
		<author><name>Erik</name></author>
	</entry>
</feed>