An open API service indexing awesome lists of open source software.

https://github.com/tmpstpdwn/dwm-tmpstpdwn

My custom build of DWM for my arch rice.
https://github.com/tmpstpdwn/dwm-tmpstpdwn

dwm suckless tpos windowmanager x xlib

Last synced: over 1 year ago
JSON representation

My custom build of DWM for my arch rice.

Awesome Lists containing this project

README

          

# dwm - dynamic window manager

dwm is an extremely fast, small, and dynamic window manager for X.

## Requirements

In order to build dwm you need the Xlib header files.

## Installation

Edit config.mk to match your local setup (dwm is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install dwm (if
necessary as root):

``` bash
make clean install
```

## Applied patches

A lot, and custom changes have been made to the source.

## Running dwm

Refer to the man page.