roxywm - dynamic window manager
============================
roxywm is an extremely fast, small, and dynamic window manager for X.
Requirements
------------
In order to build roxywm you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (roxywm is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install roxywm (if
necessary as root):
make clean install
Running roxywm
-----------
Add the following line to your .xinitrc to start roxywm using startx:
exec roxywm
In order to connect roxywm to a specific display, make sure that
the DISPLAY environment variable is set correctly, e.g.:
DISPLAY=foo.bar:1 exec roxywm
(This will start roxywm on display :1 of the host foo.bar.)
roxywm now provides a built-in status line fallback (load, memory, battery,
date/time) when no external status text is set on the root window.
If you prefer a custom status script, set the root window name yourself,
for example in your .xinitrc:
while :; do
xsetroot -name "$(date '+%a %Y-%m-%d %H:%M')"
sleep 5
done &
exec roxywm
Configuration
-------------
The configuration of roxywm is done by creating a custom config.h
and (re)compiling the source code.
my personal dwm fork
x11
C
92.3%
Roff
4.7%
Makefile
1.8%
Other
1.2%
README