about summary refs log tree commit diff stats
path: root/dwm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:LukeSmithxyz/dwm into luke2023-03-291-82/+88
|\
| * revert 712d6639ff8e863560328131bbb92b248dc9cde72023-02-281-9/+11
| * Bump to 6.42023-02-241-85/+89
* | Merge branch 'master' of github.com:LukeSmithxyz/dwm2022-12-031-2/+38
|\|
| * preserveonrestart2022-11-021-1/+37
| * fix swallow flicker, close #2102022-10-181-1/+1
* | Merge LukeSmithxyz/dwm into master2022-10-131-0/+60
|\|
| * return of xrdb patch to F52022-07-081-0/+61
* | Merge LukeSmithXYZ/master into master2022-05-171-2/+9
|\|
| * Unset fullscreen on current window when new window is opened2022-01-211-0/+2
| * Fix small edge cases2021-12-051-2/+7
| * Initial fix for sticky switching2021-12-051-1/+1
* | Apply statusallmons patch2021-05-101-2/+6
|/
* always center2021-03-121-0/+2
* Dwm did not redraw borders when swallowing so it messed up swallowing when in...2020-12-281-0/+12
* rm xrdb patch to xresources to load non-color vars2020-11-071-64/+72
* Merge pull request #74 from aajonusonline/patch-12020-08-271-4/+11
|\
| * swallow patch: add FreeBSD support2020-05-181-4/+11
* | dwmblocks doesn't receive signals on OpenBSD, OpenBSD doesn't implement sigqu...2020-08-091-1/+7
* | Merge branch 'master' of git://git.suckless.org/dwm2020-05-191-5/+6
|\ \ | |/ |/|
| * dwm crashes when opening 50+ clients (tile layout)2020-04-251-2/+4
| * drawbar: Don't shadow sw global2020-04-221-4/+4
| * getatomprop: Add forward declaration2020-04-221-0/+1
| * setmfact: Unify bounds for compile-time and runtime mfact2020-04-201-1/+1
* | Fix crashes when stack is empty2020-05-121-2/+2
* | Merge pull request #57 from aajonusonline/master2020-05-051-2/+5
|\ \
| * | fixes previous patch2020-05-051-1/+1
| * | swallow patch: unfullscreen client and reset focus2020-05-051-1/+4
* | | don't swallow if window floats2020-05-051-0/+2
|/ /
* | swallow patch: fix ignoring of noswallow in config2020-05-051-0/+1
* | use blue2020-05-021-2/+2
* | causes fewer problems2020-05-021-1/+1
* | expandible scratchpad patch2020-04-261-2/+41
* | old scratchpad patch removed2020-04-261-34/+0
* | don't necessarily restart dwmblocks2020-04-261-1/+1
* | swallow patch2020-04-141-5/+185
* | Merge branch 'master' of https://github.com/kronikpillow/dwm into kronikpillo...2020-04-141-10/+10
|\ \
| * | updated vanitygaps with latest fixes from original author2020-04-141-10/+10
* | | dwmc removed2020-04-141-51/+1
|/ /
* | suppress if no dwmblocks to kill2020-04-131-1/+1
* | removing barpadding patch2020-04-131-16/+10
* | vanitygaps patch/fix and new & reorganized layouts2020-04-131-254/+16
* | clickable statuscmd patch with dwmblocks2020-04-131-3/+70
* | startup rmd2020-04-101-1/+0
* | kill -HUP pid to restart, also mod+R2020-04-101-0/+22
* | only show active tags2020-04-091-8/+13
* | start `startup` script if it exists2020-04-091-1/+2
* | dwmblocks started by default2020-03-241-0/+7
* | monocle mode totally removed2020-03-151-16/+0
* | fixed titlebar not being updated - issue #162020-01-301-3/+3