aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #74 from aajonusonline/patch-1Luke Smith2020-08-271-4/+11
|\
| * swallow patch: add FreeBSD supportaajonusonline2020-05-181-4/+11
* | dwmblocks doesn't receive signals on OpenBSD, OpenBSD doesn't implement sigqu...skeletal7382020-08-091-1/+7
* | Merge branch 'master' of git://git.suckless.org/dwmLuke Smith2020-05-191-5/+6
|\ \ | |/ |/|
| * dwm crashes when opening 50+ clients (tile layout)bakkeby2020-04-251-2/+4
| * drawbar: Don't shadow sw globalChris Down2020-04-221-4/+4
| * getatomprop: Add forward declarationChris Down2020-04-221-0/+1
| * setmfact: Unify bounds for compile-time and runtime mfactChris Down2020-04-201-1/+1
* | Fix crashes when stack is emptyMateuszOkulus2020-05-121-2/+2
* | Merge pull request #57 from aajonusonline/masterLuke Smith2020-05-051-2/+5
|\ \
| * | fixes previous patchAajonus Online2020-05-051-1/+1
| * | swallow patch: unfullscreen client and reset focusAajonus Online2020-05-051-1/+4
* | | don't swallow if window floatsLuke Smith2020-05-051-0/+2
|/ /
* | swallow patch: fix ignoring of noswallow in configAajonus Online2020-05-051-0/+1
* | use blueLuke Smith2020-05-021-2/+2
* | causes fewer problemsLuke Smith2020-05-021-1/+1
* | expandible scratchpad patchLuke Smith2020-04-261-2/+41
* | old scratchpad patch removedLuke Smith2020-04-261-34/+0
* | don't necessarily restart dwmblocksLuke Smith2020-04-261-1/+1
* | swallow patchLuke Smith2020-04-141-5/+185
* | Merge branch 'master' of https://github.com/kronikpillow/dwm into kronikpillo...Luke Smith2020-04-141-10/+10
|\ \
| * | updated vanitygaps with latest fixes from original authorKronikPillow2020-04-141-10/+10
* | | dwmc removedLuke Smith2020-04-141-51/+1
|/ /
* | 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