mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 10:11:43 -05:00
62 lines
1.6 KiB
HTML
62 lines
1.6 KiB
HTML
<!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>
|
|
<small>
|
|
<a href="osx_pt.html">Em Português</a>
|
|
<p>
|
|
</small>
|
|
<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>
|
|
<p>
|
|
To compile scrotwm on OSX 10.5 edit the Makefile and replace:
|
|
<pre>
|
|
libswmhack.so.$(LVERS): swm_hack.so
|
|
$(CC) -shared -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
|
|
</pre>
|
|
With:
|
|
<pre>
|
|
libswmhack.so.$(LVERS): swm_hack.so
|
|
$(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
|
|
</pre>
|
|
<p>
|
|
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>
|
|
<p>
|
|
<small>
|
|
$scrotwm$
|
|
</small>
|
|
</body>
|