my personal dwm fork
x11
0

Configure Feed

Select the types of activity you want to include in your feed.

C 92.3%
Roff 4.7%
Makefile 1.8%
Other 1.2%
1.8k 2 0

Clone this repository

https://tangled.org/roxylab.uk/roxywm https://tangled.org/did:plc:ds6deyphehkpqzbtacbtcovn
git@knot.roxylab.uk:roxylab.uk/roxywm git@knot.roxylab.uk:did:plc:ds6deyphehkpqzbtacbtcovn

For self-hosted knots, clone URLs may differ based on your setup.



README
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.