aboutsummaryrefslogtreecommitdiff

dwm

Personal fork of dwm (dynamic window manager) from suckless.org

NOTE: It doesn't have any non-dwm related bindings, use sxhkd for them.

Installation

Make sure you have dependencies installed before you build dwm.

Dependencies

$ sudo pacman -S libx11 libxinerama libxft freetype2  # Arch Linux

Building

$ git clone https://git.dawidpotocki.com/dawid/dwm
$ cd dwm
$ sudo make clean install

Patches