JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
installation instructions
authorMarco Peereboom <marco@conformal.com>
Wed, 25 Nov 2009 16:50:20 +0000 (16:50 +0000)
committerMarco Peereboom <marco@conformal.com>
Wed, 25 Nov 2009 16:50:20 +0000 (16:50 +0000)
html/osx.html [new file with mode: 0644]
html/osx.jpg [new file with mode: 0644]
html/osx1.png [new file with mode: 0644]
html/osx2.png [new file with mode: 0644]
html/osx3.png [new file with mode: 0644]
html/osx4.png [new file with mode: 0644]
html/osx5.png [new file with mode: 0644]
html/osx_small.jpg [new file with mode: 0644]
html/scrotwm.html

diff --git a/html/osx.html b/html/osx.html
new file mode 100644 (file)
index 0000000..ed5c4ba
--- /dev/null
@@ -0,0 +1,42 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<title>Scrotwm</title>
+<meta name="Generator" content="Vim/7.1">
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
+</head>
+Using scrotwm on OSX<p>
+<body bgcolor="#101010" text="#ffffff">
+A port to OSX was created to make OSX useful for UNIX people.
+Following are the compilation and installation steps.
+<p>
+Compile scrotwm from the osx directory of the snapshot:
+<pre>
+cd osx
+make
+</pre>
+Install scrotwm:
+<pre>sudo make install</pre>
+<br>
+Download
+<a href="http://tools.suckless.org/dmenu/">dmenu</a>
+and compile it:
+<pre>make</pre>
+Install dmenu:
+<pre>sudo make install</pre>
+Create a .xinitrc in the home dir of the user and add at least the following line:
+<pre>
+exec scrotwm
+</pre>
+Set the X11 preferences of OSX to the following:
+<center>
+<img border=0 src="osx1.png" alt="[osx1]"><br>
+<img border=0 src="osx2.png" alt="[osx2]"><br>
+<img border=0 src="osx3.png" alt="[osx3]"><br>
+<img border=0 src="osx4.png" alt="[osx4]"><br>
+<img border=0 src="osx5.png" alt="[osx5]"><br>
+This all results in scrotwm bliss!<br>
+<a href="osx.jpg"><img border=0 src="osx_small.jpg" alt="[scrotwm]"></a><br>
+</center
+</body>
diff --git a/html/osx.jpg b/html/osx.jpg
new file mode 100644 (file)
index 0000000..5cd4d44
Binary files /dev/null and b/html/osx.jpg differ
diff --git a/html/osx1.png b/html/osx1.png
new file mode 100644 (file)
index 0000000..918192d
Binary files /dev/null and b/html/osx1.png differ
diff --git a/html/osx2.png b/html/osx2.png
new file mode 100644 (file)
index 0000000..e337763
Binary files /dev/null and b/html/osx2.png differ
diff --git a/html/osx3.png b/html/osx3.png
new file mode 100644 (file)
index 0000000..3344ae7
Binary files /dev/null and b/html/osx3.png differ
diff --git a/html/osx4.png b/html/osx4.png
new file mode 100644 (file)
index 0000000..3feecce
Binary files /dev/null and b/html/osx4.png differ
diff --git a/html/osx5.png b/html/osx5.png
new file mode 100644 (file)
index 0000000..b94bc46
Binary files /dev/null and b/html/osx5.png differ
diff --git a/html/osx_small.jpg b/html/osx_small.jpg
new file mode 100644 (file)
index 0000000..a5d2fe0
Binary files /dev/null and b/html/osx_small.jpg differ
index 11087fb..d7ac3d2 100644 (file)
@@ -84,7 +84,7 @@ Major features:<br>
 - User definable modkey &amp; key bindings<br>
 - User definable quirk bindings<br>
 - User definable key bindings to launch applications<br>
-- Multi OS support (*BSD, Linux, OSX)
+- Multi OS support (*BSD, Linux, <a href="osx.html">OSX</a>)
 <br>
 To-do:<br>
 - add switch between 2 windows (like alt-tab)<br>