This project is a fork of the dwm.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/dwm.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptiondwm with my patches
ownert.meulendijks@tuta.io
last changeSat, 2 Feb 2019 12:50:42 +0000 (2 04:50 -0800)
content tags
add:
README
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.


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

In order to connect dwm to a specific display, make sure that
the DISPLAY environment variable is set correctly, e.g.:

    DISPLAY=foo.bar:1 exec dwm

(This will start dwm on display :1 of the host foo.bar.)

In order to display status info in the bar, you can do something
like this in your .xinitrc:

    while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
    do
    	sleep 1
    done &
    exec dwm


Configuration
-------------
The configuration of dwm is done by creating a custom config.h
and (re)compiling the source code.
shortlog
2019-02-02 Anselm R GarbePrepare 6.2 release.master6.2
2018-06-02 Hiltjo Posthumapledge: add rpath promise for the ugly Xft font fallback
2018-06-02 Hiltjo PosthumaMakefile: just show the compiler output
2018-06-02 Klemens NanniDo not strip at link stage
2018-05-25 Klemens NanniPledge on OpenBSD
2018-05-25 Hiltjo Posthumaconfig.def.h: ClkTagBar missing from comment
2018-05-12 Christopher... Function declarations in correct order.
2018-05-12 Hiltjo Posthumaremove old TODO and BUGS entries
2018-03-14 Hiltjo Posthumaupdate README: remove mentioning the old dextra repo
2018-03-14 Christopher... All functions in alphabetical order except for this...
2018-03-14 Christopher... ColBorder has been moved to the enum with ColFg and...
2017-12-27 Hiltjo Posthumadont NUL terminate _NET_WM_NAME
2017-11-03 Hiltjo Posthumasync dmenu drw.{c,h} code: use Clr* (was Scm)
2017-11-03 Hiltjo Posthumagettextprop: check result of XGetTextProperty (undefine...
2017-11-03 Omar SandovalSet class name on status bar
2017-10-11 Daniel Cousenssimplify isfixed conditions
...
tags
5 years ago 6.2
8 years ago 6.1
12 years ago 6.0
12 years ago 5.9
14 years ago 5.8.2
14 years ago 5.8.1
14 years ago 5.8
14 years ago 5.7.2
14 years ago 5.7.1
14 years ago 5.7
14 years ago 5.6.1
14 years ago 5.6
15 years ago 5.5
15 years ago 5.4.1
15 years ago 5.4
15 years ago 5.3.1
...
heads
5 years ago master