LukeSmithxyz / dwm

Luke's build of dwm
MIT License
818 stars 545 forks source link

Luke's build of dwm

FAQ

What are the bindings?

This is suckless, mmmbud, the source code is the documentation! Check out config.h.

Okay, okay, actually I keep a readme in larbs.mom for my whole system, including the binds here. Press super+F1 to view it in dwm (zathura is required for that binding). I haven't kept man dwm/dwm.1 updated though. PRs welcome on that, lol.

Patches and features

Installation for newbs

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

There is also a PKGBUILD usable on distributions with pacman. Run makepkg -si instead of sudo make install.