The build of dwm that I run on my laptop
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ronaldr1985 b6934a000a Update to README 7 years ago
patches Applied center patch and updated the README 7 years ago
LICENSE Initial Commit 7 years ago
Makefile Initial Commit 7 years ago
README.md Update to README 7 years ago
config.def.h Updated some keybindings 7 years ago
config.h Applied center patch and updated the README 7 years ago
config.mk Initial Commit 7 years ago
drw.c Initial Commit 7 years ago
drw.h Initial Commit 7 years ago
drw.o Updated some keybindings 7 years ago
dwm Applied center patch and updated the README 7 years ago
dwm.1 Initial Commit 7 years ago
dwm.c Applied center patch and updated the README 7 years ago
dwm.o Applied center patch and updated the README 7 years ago
dwm.png Initial Commit 7 years ago
movestack.c movestack 7 years ago
transient.c Initial Commit 7 years ago
util.c Initial Commit 7 years ago
util.h Initial Commit 7 years ago
util.o Updated some keybindings 7 years ago

README.md

My fork of DWM

============================

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

Requirements


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

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

	or
	
sudo make clean install

Running dwm

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

exec dwm

or


while :; do
	dwm || break
done

Using the second method on this build means that you can reload DWM if you have recompiled it. To kill dwm in my fork press $MOD+x - by default in dwm the Mod key is Alt, however I have changed it to the Super Key.

My configuration


My configuration has three patches applied these are:

  1. Rotate stack
  2. Pertag
  3. Centered The diff files for the patches that I applied are in this repo under the patches directory.

More information on patching can be found on the suckless website found here