From: Marco Peereboom Date: Wed, 25 Nov 2009 16:50:20 +0000 (+0000) Subject: installation instructions X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=cd20ba8f8e03df4b14b845590dbfa0fbbb97ff6f;p=spectrwm.git installation instructions --- diff --git a/html/osx.html b/html/osx.html new file mode 100644 index 0000000..ed5c4ba --- /dev/null +++ b/html/osx.html @@ -0,0 +1,42 @@ + + + +Scrotwm + + + +Using scrotwm on OSX

+ +A port to OSX was created to make OSX useful for UNIX people. +Following are the compilation and installation steps. +

+Compile scrotwm from the osx directory of the snapshot: +

+cd osx
+make
+
+Install scrotwm: +
sudo make install
+
+Download +dmenu +and compile it: +
make
+Install dmenu: +
sudo make install
+Create a .xinitrc in the home dir of the user and add at least the following line: +
+exec scrotwm
+
+Set the X11 preferences of OSX to the following: +
+[osx1]
+[osx2]
+[osx3]
+[osx4]
+[osx5]
+This all results in scrotwm bliss!
+[scrotwm]
+
diff --git a/html/osx.jpg b/html/osx.jpg new file mode 100644 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 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 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 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 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 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 index 0000000..a5d2fe0 Binary files /dev/null and b/html/osx_small.jpg differ diff --git a/html/scrotwm.html b/html/scrotwm.html index 11087fb..d7ac3d2 100644 --- a/html/scrotwm.html +++ b/html/scrotwm.html @@ -84,7 +84,7 @@ Major features:
- User definable modkey & key bindings
- User definable quirk bindings
- User definable key bindings to launch applications
-- Multi OS support (*BSD, Linux, OSX) +- Multi OS support (*BSD, Linux, OSX)
To-do:
- add switch between 2 windows (like alt-tab)