Read-only mirror of dwm

Alexander Rosenberg 0c721f8610 Make s-c open khard 1 vuosi sitten
patches ab4b736cda m Added combo patch 2 vuotta sitten
.gitignore a2f59253c5 Fix the last commit 1 vuosi sitten
LICENSE dc22a8b02c Update to dwm 6.4 2 vuotta sitten
Makefile 7ddd92b211 Auto-copy config.def.mk 2 vuotta sitten
README.md ddc175317c Update readme and config.def.h 2 vuotta sitten
README.orig ddc175317c Update readme and config.def.h 2 vuotta sitten
config.def.h 0c721f8610 Make s-c open khard 1 vuosi sitten
config.def.mk 39806edb91 Remove script dir from config.def.mk 2 vuotta sitten
drw.c 9d1c65af3c Various changes 2 vuotta sitten
drw.h dc22a8b02c Update to dwm 6.4 2 vuotta sitten
dwm.1 24a78c5183 Initial commit 2 vuotta sitten
dwm.c ab4b736cda m Added combo patch 2 vuotta sitten
dwm.png 24a78c5183 Initial commit 2 vuotta sitten
transient.c 24a78c5183 Initial commit 2 vuotta sitten
util.c dc22a8b02c Update to dwm 6.4 2 vuotta sitten
util.h 24a78c5183 Initial commit 2 vuotta sitten

README.md

Zander671's dwm

Overview

This is my personal configuration of dwm that I use on all of my production machines on a daily basis. It is currently based on dwm 6.4, however, I tend to update it when new releases come out. The config.def.h file contains the framework I use when I first install this on a new computer.

Check README.orig for the stock dwm README file.

Patches

The following patches are included:

  1. cfacts
  2. alwaysontop
  3. colorbar
  4. combo
  5. fixborders
  6. systray
  7. A modified version of preserve on restart that only takes effect when the restart function (default Mod+Shift+R is used)

Building

Just make && sudo make install. Remember to customize config.h and config.mk.