dots/suckless/dwm
2024-01-02 13:00:44 -05:00
..
.gitignore [dwm] Add config.h to .gitignore 2024-01-02 13:00:44 -05:00
config.def.h [dwm] Fix swallow not working 2024-01-02 13:00:44 -05:00
config.mk [dwm] Add alpha patch 2024-01-02 13:00:44 -05:00
drw.c [dwm] Add alpha patch 2024-01-02 13:00:44 -05:00
drw.h [dwm] Add alpha patch 2024-01-02 13:00:44 -05:00
dwm.1 suckless/dwm: added 2024-01-02 12:55:59 -05:00
dwm.c [dwm] Make blanktags patch more consistent with the one on suckless.org 2024-01-02 13:00:44 -05:00
dwm.png suckless/dwm: added 2024-01-02 12:55:59 -05:00
LICENSE suckless/dwm: added 2024-01-02 12:55:59 -05:00
Makefile [dwm] Remove config.h 2024-01-02 13:00:44 -05:00
README.md [dwm] Make blanktags patch more consistent with the one on suckless.org 2024-01-02 13:00:44 -05:00
transient.c suckless/dwm: added 2024-01-02 12:55:59 -05:00
util.c suckless/dwm: added 2024-01-02 12:55:59 -05:00
util.h suckless/dwm: added 2024-01-02 12:55:59 -05:00

dwm

My build of dwm.

Patches

center

swallow

combo

blanktags

alpha

Installation

Clone the repo.

git clone https://github.com/dogeystamp/dwm

Build dwm.

cd dwm && sudo make install