Skip to content
/ dwm Public

My build of the suckless dynamic window manager (dwm).

License

Notifications You must be signed in to change notification settings

thatguynoe/dwm

Repository files navigation

dwm

My build of dwm.

Patches and features

Installation

git clone https://github.com/thatguynoe/dwm
cd dwm
sudo make install

Updates

The suckless dwm development branch is the master branch in this repo. Consequently, this makes updating dwm quite easy:

git clone https://github.com/thatguynoe/dwm
cd dwm

git switch master
git pull upstream master
git switch main
git merge master

About

My build of the suckless dynamic window manager (dwm).

Topics

Resources

License

Stars

Watchers

Forks