2024-01-02 00:59:59 -06:00

6.4 KiB

Submitting patches

As with dwm, community patch contributions are heartily welcomed! If you have a customization that others may appreciate, or a useful enhancement which doesn't quite fit into the trim-and-tidy philosophy of dwl, please post it here! Implement your modifications as a public GitHub branch (multiple commits are OK), then create a new page on the wiki using this example (you can add or remove sections as you like):

### Description
Insert a short summary of changes that your patch implements.

### Download
- [yyyy-mm-dd](https://codeberg.org/dwl/dwl/compare/main...YOURUSERNAME:BRANCH.patch)

### Authors
- [Your Name](https://github.com/YOURUSERNAME)

Then add your patch to the appropriate section in the list below and to the sidebar like so:

* [PATCHNAME](https://codeberg.org/dwl/dwl/wiki/PATCHNAME)

Please ensure that the only changes in that branch are those needed for the patch; do not include multiple patches, personal changes to config.h, etc.

Layouts

Clients placement

Clients & tags manipulation

Rules

Input

Cursor

Monitor

Other