Mínimas modificaciones al dwm de Suckless.
DELM 0f6e57a1c4 slstatus y colores | il y a 9 mois | |
---|---|---|
LICENSE | il y a 1 an | |
Makefile | il y a 1 an | |
README.org | il y a 1 an | |
config.def.h | il y a 1 an | |
config.h | il y a 9 mois | |
config.mk | il y a 1 an | |
drw.c | il y a 1 an | |
drw.h | il y a 1 an | |
drw.o | il y a 9 mois | |
dwm | il y a 9 mois | |
dwm-uselessgap-20211119-58414bee958f2.diff | il y a 1 an | |
dwm.1 | il y a 1 an | |
dwm.c | il y a 1 an | |
dwm.c.orig | il y a 1 an | |
dwm.o | il y a 9 mois | |
dwm.png | il y a 1 an | |
push.c | il y a 1 an | |
transient.c | il y a 1 an | |
util.c | il y a 1 an | |
util.h | il y a 1 an | |
util.o | il y a 9 mois |
dwm es un gestor de ventanas dinámico para X extremadamente rápido y liviano. Este código son algunas modificaciones menores al original del proyecto suckless.
En Debian GNU/Linux:
# apt install build-essential libx11-dev libxinerama-dev libxft-dev fonts-jetbrains-mono
$ git clone https://notabug.org/dlmayhem/terror-dwm.git
$ cd terror-dwm
$ mv xinitrc ~/.xinitrc
# make clean install
La configuración se puede hacer directamente en el archivo config.h y luego se debe recompilar.