elbaulp / myDWM

Personal Fork of DWM, It has two branches, master that is as the original dwm and has a simple status color patch, and myconfig, that as its name point, is my personal config of dwm
3 stars 3 forks source link
dwm window-manager

This repo is inspired in jceb/dwm-patches

ScreenShot

DWM screenshot example

Installation

Clone the repo

git clone https://github.com/elbaulp/myDWM

init and load dwm submodule

cd myDWM
git submodule update --init --recursive

activate all patches, including the personal configuration

quilt push -a

build dwm (or us the ./build script)

cd dwm
rm -f config.h
make

Patch References

Quilt tutorial

If you want to understand how to use quilt, here are some useful resources: