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.
- Host: GitHub
- URL: https://github.com/tmpstpdwn/dwm-tmpstpdwn
- Owner: tmpstpdwn
- License: mit
- Created: 2025-02-04T09:53:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T15:58:25.000Z (over 1 year ago)
- Last Synced: 2025-02-17T16:37:50.243Z (over 1 year ago)
- Topics: dwm, suckless, tpos, windowmanager, x, xlib
- Language: C
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.