<?php include 'HEADER.php' ?>

<h1>The wmii Window Manager</h1>

<p><a href="https://www.google.com/search?q=wmii">wmii</a> is a tiling window manager for X Window.</p>

<p>wmii takes commands in the form of M-whatever, where M is the mod key on the keyboard (usually the ALT key these days).</p>

<h2>Layouts</h2>

<ul>
<li>default layout (M-d): all windows in column arranged to take up equal space</li>
<li>stacked layout (M-s): front window in column shown fully, other windows reduced to title bar</li>
<li>fullscreen layout (M-f): front window in fullscreen over all columns, others invisibly behind it</li>
<li>maximized layout (M-m): front window of column show only, others invisibly behind it</li>
<li>floating layout (M-SPACE, M-SHIFT-SPACE): float window like a traditional window manager (useful for some apps like GIMP)</li>
<li>Resize a column by clicking and dragging with M-mouse3. (It's easier than finding the window border.)</li>
</ul>

<p>N.B.&mdash;if you lose a floating window, use <code>M-SPACE</code> to re-focus the floating layer.</p>

<h2>Views</h2>

<p>Views are basically like virtual desktops. Change between them with M-1, M-2, M-3, etc.</p>

<p>Move a focused window to a different view with M-SHIFT-2 (or whatever number you want to move it to).</p>

<p>View can be named rather than just numbered 0-9. Use M-t.</p>

<h2>Moving</h2>

<p>Move between windows or columns with the vi movement keys (M-hjkl). Reposition windows with M-SHIFT-hjkl. Columns are automatically created when you move a windows to the right or left of an existing column.</p>

<h2>Other Stuff</h2>

<ul>
<li>M-ENTER opens a terminal window</li>
<li>M-p is the launcher; just start typing the program name</li>
<li>M+Shift+c closes the focused window</li>
<li>M+Shift+L (or h) creates a new column</li>
<li>M-a is the Action menu</li>
<li>M-a 'exec wmii' will restart wmii without killing X</li>
<li>Put config stuff in the '~/.wmii/wmiirc_local' file</li>
</ul>

<h2>See Also</h2>

<ul>
<li><a href="http://wiki.debian.org/Wmii">wmii at Debian wiki</a></li>
<li><a href="https://wmii.googlecode.com/hg/FAQ">wmii FAQ</a></li>
<li><a href=""></a></li>
</ul>

<?php include '../FOOTER.php' ?>
