2022-04-04 23:15:59 +03:00
|
|
|
[![Build Status](https://github.com/0intro/wmii/workflows/C/badge.svg)](https://github.com/0intro/wmii/actions/workflows/c.yml)
|
2017-03-31 14:10:25 +03:00
|
|
|
[![Coverity Scan Build Status](https://scan.coverity.com/projects/0intro-wmii/badge.svg)](https://scan.coverity.com/projects/0intro-wmii)
|
|
|
|
|
2005-11-18 18:54:58 +03:00
|
|
|
Abstract
|
|
|
|
--------
|
2009-10-13 06:07:51 +04:00
|
|
|
wmii is a dynamic window manager for X11. It supports classic and
|
|
|
|
tiled window management with extended keyboard, mouse, and 9P-based[1]
|
|
|
|
remote control. It consists of the wmii(1) window manager and the
|
|
|
|
wmiir(1) the remote access utility.
|
2006-09-27 19:40:39 +04:00
|
|
|
|
2005-11-18 18:54:58 +03:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
2009-10-13 06:07:51 +04:00
|
|
|
In order to build wmii you need the Xlib header files and libixp.
|
|
|
|
xmessage is used by the default scripts. Libixp, if not provided, can
|
|
|
|
be obtained from http://libs.suckless.org/. On debian, you should be
|
|
|
|
able to obtain all dependencies by running `make deb-dep`. Python is
|
|
|
|
recommended for more advanced configurations.
|
2005-11-18 18:54:58 +03:00
|
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
2009-10-13 06:07:51 +04:00
|
|
|
First, edit config.mk to match your local setup.
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2007-04-20 10:52:33 +04:00
|
|
|
To build, simply run:
|
|
|
|
make
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2009-10-13 06:07:51 +04:00
|
|
|
To install, run the following, as root if necessary:
|
2007-04-20 10:52:33 +04:00
|
|
|
make install
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2009-10-13 06:07:51 +04:00
|
|
|
On debian, you should only have to run `make deb` to create a debian
|
|
|
|
package. No further configuration should be necessary.
|
|
|
|
|
|
|
|
|
2005-11-18 18:54:58 +03:00
|
|
|
Running wmii
|
|
|
|
------------
|
|
|
|
Add the following line to your .xinitrc to start wmii using startx:
|
|
|
|
|
2009-10-13 06:07:51 +04:00
|
|
|
until wmii; do :; done
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2009-10-13 06:07:51 +04:00
|
|
|
In order to connect wmii to a specific display, make sure that the
|
|
|
|
DISPLAY environment variable is set correctly. For example:
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2007-04-20 10:52:33 +04:00
|
|
|
DISPLAY=:1 wmii
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2007-04-20 10:52:33 +04:00
|
|
|
This will start wmii on display :1.
|
2005-11-18 18:54:58 +03:00
|
|
|
|
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
2009-10-13 06:07:51 +04:00
|
|
|
The configuration of wmii is done by customizing the rc script wmiirc,
|
2006-02-22 01:04:45 +03:00
|
|
|
which remotely controls the window manager and handles various events.
|
2010-06-12 07:48:29 +04:00
|
|
|
The main wmiirc script lives in @GLOBALCONF@ while wmiirc_local goes
|
|
|
|
in @LOCALCONF@.
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2009-10-13 06:07:51 +04:00
|
|
|
More advanced versions of wmiirc are provided in python and ruby.
|
|
|
|
For more information on them, see alternative_wmiircs/README.
|
2005-11-18 18:54:58 +03:00
|
|
|
|
|
|
|
Credits
|
|
|
|
-------
|
2009-10-13 06:07:51 +04:00
|
|
|
The following people have contributed especially to wmii in various
|
|
|
|
ways:
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2006-02-11 17:46:24 +03:00
|
|
|
- Christoph Wegscheider <christoph dot wegscheider at wegi dot net>
|
2007-02-11 05:02:34 +03:00
|
|
|
- Georg Neis <gn at suckless dot org>
|
2006-02-11 17:46:24 +03:00
|
|
|
- Uwe Zeisberger <zeisberg at informatik dot uni-freiburg dot de>
|
2007-10-03 10:12:09 +04:00
|
|
|
- Uriel <uriel99 at gmail dot com>
|
2006-02-11 17:46:24 +03:00
|
|
|
- Scot Doyle <scot at scotdoyle dot com>
|
|
|
|
- Sebastian Hartmann <seb dot wmi at gmx dot de>
|
|
|
|
- Bernhard Leiner <bleiner at gmail dot com>
|
|
|
|
- Jonas Domeij <jonas dot domeij at gmail dot com>
|
|
|
|
- Vincent <10 dot 50 at free dot fr>
|
|
|
|
- Oliver Kopp <olly at flupp dot de>
|
|
|
|
- Sebastian Roth <sebastian dot roth at gmail dot com>
|
2006-05-11 01:26:53 +04:00
|
|
|
- Nico Golde <nico at ngolde dot de>
|
2006-02-11 17:46:24 +03:00
|
|
|
- Steve Hoffman <steveh at g2switchworks dot com>
|
|
|
|
- Christof Musik <christof at senfdax dot de>
|
|
|
|
- Steffen Liebergeld <perl at gmx dot org>
|
|
|
|
- Tobias Walkowiak <wal at ivu dot de>
|
|
|
|
- Sander van Dijk <a dot h dot vandijk at gmail dot com>
|
2006-03-13 12:34:47 +03:00
|
|
|
- Salvador Peiro <saoret dot one at gmail dot com>
|
2006-03-13 12:31:04 +03:00
|
|
|
- Anthony Martin <ality at pbrane dot org>
|
|
|
|
- Icarus Sparry <wmii at icarus dot freeuk dot com>
|
2007-02-07 09:23:59 +03:00
|
|
|
- Norman Golisz <norman dot golisz at arcor dot de>
|
2006-03-13 12:34:47 +03:00
|
|
|
- Stefano K. Lee <wizinblack at gmail dot com >
|
2006-04-01 16:02:02 +04:00
|
|
|
- Stefan Tibus <sjti at gmx dot net>
|
2006-04-26 10:59:55 +04:00
|
|
|
- Neptun <neptun at gmail dot com>
|
2007-02-07 09:23:59 +03:00
|
|
|
- Daniel Wäber <_wabu at web dot de>
|
2005-11-18 18:54:58 +03:00
|
|
|
|
|
|
|
|
|
|
|
References
|
|
|
|
----------
|
2007-10-03 10:12:09 +04:00
|
|
|
[1] http://9p.cat-v.org
|
|
|
|
[2] http://plan9.us
|
2008-01-21 02:00:21 +03:00
|
|
|
|