Skip to content

Senderman/dwm

Repository files navigation

dwm - dynamic window manager

dwm is an extremely fast, small, and dynamic window manager for X.

Requirements

In order to build dwm you need the Xlib header files.

Changes

  • Changed hotkeys
  • "make clean" command deletes config.h
  • Changed color scheme
  • Support for readiness notification

Patches

Polybar

This dwm build uses polybar-dwm-module.

Check out my dotfiles repo to see how to configure polybar

Installation

Edit config.mk to match your local setup (dwm is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install dwm (if necessary as root):

make clean install

Running dwm

Add the following line to your .xinitrc to start dwm using startx:

exec dwm

Configuration

The configuration of dwm is done by modifying config.def.h and (re)compiling the source code.