mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
Mention wmvolman etc on docs.php
This commit is contained in:
14
docs.php
14
docs.php
@@ -32,6 +32,20 @@
|
||||
overlook this information, leading them to frustration and a bad first impression. Please take a moment to peruse the
|
||||
sections below, which should make the experience of learning Window Maker a more pleasant one.</p>
|
||||
|
||||
<h3>Very frequently asked question </h3>
|
||||
|
||||
<div align="center"><img src="essential_dockapps.png" alt="Essential dockapps" width="66" height="135" /><div>wmvolman and wmsystemtray with nm-applet</div></div>
|
||||
|
||||
<h2> Can I easily mount my external drives or connect to the internet with Window Maker?</h2>
|
||||
<p> Yes, you can. Mounting external media is not the problem of a window manager to solve, but
|
||||
a tipical Window Maker user can mount external media just as easily as any other desktop user.
|
||||
If you use a dockapp like <a href="http://dockapps.windowmaker.org/file.php/id/275">wmvolman</a> or
|
||||
<a href="http://dockapps.windowmaker.org/file.php/id/357">wmudmount</a> you are just a click away from
|
||||
having your external media mounted on /media/VOLUME_LABEL.</p>
|
||||
|
||||
<p> And you can just as easily manage your network connections using the standard <code>nm-applet</code> running
|
||||
in a system tray on your dock. See for example the excellent <a href="http://dockapps.windowmaker.org/file.php/id/355">wmsystemtray</a>.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="installation.php">Installation Basics</a></li>
|
||||
|
||||
|
||||
14
features.php
14
features.php
@@ -88,20 +88,6 @@
|
||||
likes to theme everything in sight. A screenshot of a typical Window Maker workspace is <a href="wmaker-screenshot.png" target=
|
||||
"_blank">here</a>.</p>
|
||||
|
||||
<h3>Very frequent asked question </h3>
|
||||
|
||||
<div align="center"><img src="essential_dockapps.png" alt="Essential dockapps" width="66" height="135" /><div>wmvolman and wmsystemtray with nm-applet</div></div>
|
||||
|
||||
<h2> Can I easily mount my external drives or connect to the internet with Window Maker?</h2>
|
||||
<p> Yes, you can. Mounting external media is not the problem of a window manager to solve, but
|
||||
a tipical Window Maker user can mount external media just as easily as any other desktop user.
|
||||
You just need to use a dockapp like <a href="http://dockapps.windowmaker.org/file.php/id/275">wmvolman</a> or
|
||||
<a href="http://dockapps.windowmaker.org/file.php/id/357">wmudmount</a> and you are just a click away to
|
||||
having your external media mounted on /media/VOLUME_LABEL.</p>
|
||||
|
||||
<p> And you can just as easily manage your network connections using the standard <code>nm-applet</code> running
|
||||
inside a system tray on your dock. See for example the excellent <a href="http://dockapps.windowmaker.org/file.php/id/355">wmsystemtray</a>.</p>
|
||||
|
||||
<br><br><br>
|
||||
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1>Installation Basics</h1>
|
||||
<h3>Installation Basics</h3>
|
||||
|
||||
<h2>Downloading and Extracting</h2>
|
||||
<h3>Downloading and Extracting</h3>
|
||||
|
||||
<p>The first necessary step is to <a href="http://windowmaker.org/pub/source/release/WindowMaker-0.95.2.tar.gz">download</a>
|
||||
the Window Maker source distribution. From this point on, we'll assume it has
|
||||
@@ -47,7 +47,7 @@
|
||||
user feels they've found a bug in Window Maker, they should consult the BUGS file first. If the bug isn't listed,
|
||||
proceed to the Bug Tracker and see if its there.</p>
|
||||
|
||||
<h2>Compiling</h2>
|
||||
<h3>Compiling</h3>
|
||||
|
||||
<p>After extracting the latest version of Window Maker using the previous instructions, the next step is to compile it.
|
||||
First of all, the configure script should be run. It will test to make sure all the necessary libraries, compilers and
|
||||
@@ -97,8 +97,21 @@
|
||||
<p>This script copies the default Window Maker configuration to your user's home directory and sets Window Maker as the
|
||||
default window manager. It is recommended to create ~/GNUstep before executing the script.</p>
|
||||
|
||||
<p> You can also edit your ~/.xinitrc to load your newly installed Window Maker using the line
|
||||
<h3> Final tweaks</h3>
|
||||
|
||||
<p> Edit your ~/.xinitrc to load your newly installed Window Maker using the line
|
||||
<code> exec /usr/local/bin/wmaker</code>.</p>
|
||||
|
||||
<p> Generate a new root menu (accessible with F12) with <code>wmgenmenu</code>, for example
|
||||
<pre>
|
||||
<code> $ wmgenmenu > $HOME/GNUstep/Defaults/WMRootMenu </code>
|
||||
</pre>
|
||||
|
||||
|
||||
<p> Another recommended step is to install a few dockapps like wmvolman, wmmixer and wmsystemtray which allow one to
|
||||
easily mount external media on /media among other things. Visit <a href="http://dockapps.windowmaker.org"> dockapps</a>
|
||||
for many more choices.</p>
|
||||
|
||||
<br><br><br>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user