JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
installation instructions
[spectrwm.git] / html / osx.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>Scrotwm</title>
6 <meta name="Generator" content="Vim/7.1">
7 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
8 </head>
9 Using scrotwm on OSX<p>
10 <body bgcolor="#101010" text="#ffffff">
11 A port to OSX was created to make OSX useful for UNIX people.
12 Following are the compilation and installation steps.
13 <p>
14 Compile scrotwm from the osx directory of the snapshot:
15 <pre>
16 cd osx
17 make
18 </pre>
19 Install scrotwm:
20 <pre>sudo make install</pre>
21 <br>
22 Download
23 <a href="http://tools.suckless.org/dmenu/">dmenu</a>
24 and compile it:
25 <pre>make</pre>
26 Install dmenu:
27 <pre>sudo make install</pre>
28 Create a .xinitrc in the home dir of the user and add at least the following line:
29 <pre>
30 exec scrotwm
31 </pre>
32 Set the X11 preferences of OSX to the following:
33 <center>
34 <img border=0 src="osx1.png" alt="[osx1]"><br>
35 <img border=0 src="osx2.png" alt="[osx2]"><br>
36 <img border=0 src="osx3.png" alt="[osx3]"><br>
37 <img border=0 src="osx4.png" alt="[osx4]"><br>
38 <img border=0 src="osx5.png" alt="[osx5]"><br>
39 This all results in scrotwm bliss!<br>
40 <a href="osx.jpg"><img border=0 src="osx_small.jpg" alt="[scrotwm]"></a><br>
41 </center
42 </body>