adwm Code
Status: Alpha
Brought to you by:
timon37
adwm - a. dynamic window manager
============================
adwm is an extremely not so fast, but definitely small,
and dynamic (whatever that means) window manager for X.
Seriously though, adwm is a fork of dwm which adds a few features,
and doesn't aim to be 2k lines of code, it may be refactored at some point
or not.
Requirements
------------
In order to build dwm you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (adwm is installed into
the /usr/local folder by default).
Afterwards enter the following command to build and install adwm (if
necessary as root):
make clean install
Running adwm
-----------
Add the following line to your .xinitrc to start adwm using startx:
exec adwm
In order to connect dwm to a specific display, make sure that
the DISPLAY environment variable is set correctly, e.g.:
DISPLAY=foo.bar:1 exec adwm
(This will start dwm on display :1 of the host foo.bar.)
Configuration
-------------
The configuration of adwm is done by creating a custom config.h
and (re)compiling the source code.
if you want to keep your config in your own fork of the repo (advised)
just create config_yournickname.h
and always do: make CONFIG=yournickname