Personal fork of dwm, the Suckless window manager
Go to file
2023-09-15 22:14:05 -07:00
patches m Added combo patch 2023-05-04 05:17:31 -07:00
.gitignore Fix the last commit 2023-09-15 22:14:05 -07:00
config.def.h Fix the last commit 2023-09-15 22:14:05 -07:00
config.def.mk Remove script dir from config.def.mk 2023-03-06 20:09:21 -08:00
drw.c Various changes 2023-05-01 23:35:49 -07:00
drw.h Update to dwm 6.4 2023-02-21 09:49:45 -08:00
dwm.1 Initial commit 2022-08-28 02:59:08 -07:00
dwm.c m Added combo patch 2023-05-04 05:17:31 -07:00
dwm.png Initial commit 2022-08-28 02:59:08 -07:00
LICENSE Update to dwm 6.4 2023-02-21 09:49:45 -08:00
Makefile Auto-copy config.def.mk 2022-12-14 14:13:03 -08:00
README.md Update readme and config.def.h 2023-05-07 16:50:27 -07:00
README.orig Update readme and config.def.h 2023-05-07 16:50:27 -07:00
transient.c Initial commit 2022-08-28 02:59:08 -07:00
util.c Update to dwm 6.4 2023-02-21 09:49:45 -08:00
util.h Initial commit 2022-08-28 02:59:08 -07:00

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.