aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
Commit message (Expand)AuthorAgeFilesLines
* suppress if no dwmblocks to killLuke Smith2020-04-131-1/+1
* removing barpadding patchLuke Smith2020-04-131-16/+10
* vanitygaps patch/fix and new & reorganized layoutsLuke Smith2020-04-131-254/+16
* clickable statuscmd patch with dwmblocksLuke Smith2020-04-131-3/+70
* startup rmdLuke Smith2020-04-101-1/+0
* kill -HUP pid to restart, also mod+RLuke Smith2020-04-101-0/+22
* only show active tagsLuke Smith2020-04-091-8/+13
* start `startup` script if it existsLuke Smith2020-04-091-1/+2
* dwmblocks started by defaultLuke Smith2020-03-241-0/+7
* monocle mode totally removedLuke Smith2020-03-151-16/+0
* fixed titlebar not being updated - issue #16KronikPillow2020-01-301-3/+3
* stacker patch replaces movestackLuke Smith2019-12-181-19/+69
* load typical color namesLuke Smith2019-12-181-6/+6
* gaps added to windows and barLuke Smith2019-12-181-20/+156
* dwmc and personal config addedLuke Smith2019-12-181-1/+51
* fullscreen is always selectedLuke Smith2019-12-161-1/+1
* sticky patchLuke Smith2019-12-141-2/+12
* true fullscreen patchLuke Smith2019-12-141-0/+8
* centered master patchLuke Smith2019-12-141-0/+105
* scratchpadLuke Smith2019-12-141-0/+34
* xrdb patchLuke Smith2019-12-141-0/+62
* pledge: add rpath promise for the ugly Xft font fallbackHiltjo Posthuma2018-06-021-1/+1
* Pledge on OpenBSDKlemens Nanni2018-05-251-0/+4
* Function declarations in correct order.Christopher Drelich2018-05-121-1/+1
* All functions in alphabetical order except for this one.Christopher Drelich2018-03-141-9/+9
* ColBorder has been moved to the enum with ColFg and ColBg.Christopher Drelich2018-03-141-1/+0
* dont NUL terminate _NET_WM_NAMEHiltjo Posthuma2017-12-271-1/+1
* sync dmenu drw.{c,h} code: use Clr* (was Scm)Hiltjo Posthuma2017-11-031-2/+2
* gettextprop: check result of XGetTextProperty (undefined behaviour for XFree)Hiltjo Posthuma2017-11-031-2/+1
* Set class name on status barOmar Sandoval2017-11-031-0/+2
* simplify isfixed conditionsDaniel Cousens2017-10-111-2/+1
* yet another cleanupAnselm R Garbe2017-05-081-34/+34
* Don't restrict snap in mousemoveMarkus Teich2017-03-281-14/+11
* Button passthrough when client is not focusedMarkus Teich2017-03-281-10/+11
* cleanupMarkus Teich2017-03-281-34/+30
* applied Markus' tagset purge of alternative view on _NET_ACTIVE_WINDOW eventAnselm R Garbe2016-12-051-20/+18
* applied Ivan Delalande's NET_SUPPORTING_WM_CHECK patch for gtk3 compatibilityAnselm R Garbe2016-12-051-2/+14
* applied Markus' decouple color-scheme patchAnselm R Garbe2016-12-051-5/+7
* applied Markus' clarify status text padding patchAnselm R Garbe2016-12-051-2/+2
* die() consistency: always add newlineHiltjo Posthuma2016-08-121-5/+5
* import new drw from libsl and minor fixes.Markus Teich2016-06-261-46/+39
* Configure geometry before applying rulesEric Pruitt2016-06-241-6/+7
* fix fullscreen clients not resized on X display resolution changeHiltjo Posthuma2015-12-191-1/+6
* code-style consistencyHiltjo Posthuma2015-11-081-433/+503
* unboolificationHiltjo Posthuma2015-11-081-71/+70
* sort include + whitespace fixHiltjo Posthuma2015-11-081-3/+3
* separate program-specific c99 bool and X11Hiltjo Posthuma2015-11-081-70/+72
* setfullscreen: don't process the property twiceQuentin Rameau2015-11-071-2/+2
* sync updated drw code from dmenuHiltjo Posthuma2015-10-201-4/+6
* dwm: use ecalloc, prevent theoretical overflowHiltjo Posthuma2015-10-201-6/+3