aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
Commit message (Expand)AuthorAgeFilesLines
* feat(dwm.c): add combo patchFuwn2024-05-231-0/+43
* feat(dwm.c): add pertagwithsel patchFuwn2024-05-231-8/+91
* feat(dwm.c): add zoomswap patchFuwn2024-05-231-3/+40
* feat(dwm.c): dd attachaside patchFuwn2024-05-231-4/+28
* fix(dwm.c): correct systray position on bar toggleFuwn2024-05-231-1/+1
* fix(dwm.c): buttonpres with sp paddingFuwn2024-05-231-1/+1
* feat(config.h): global custom WMNAME usageFuwn2024-05-231-11/+11
* feat(config.h): add bar height patchFuwn2024-05-231-1/+1
* feat(dwm.c): toggle bar on fullscreen toggleFuwn2024-05-231-1/+3
* fix(dwm.c): barpadding and systray compatibilityFuwn2024-05-231-4/+4
* feat(dwm.c): add barpadding patchFuwn2024-05-231-9/+14
* feat(config.h): custom window manager nameFuwn2024-05-231-3/+3
* fix(dwm.c): bar widget press registrationFuwn2024-05-231-1/+1
* feat(dwm.c): add systray patchFuwn2024-05-231-29/+386
* feat(dwm.c): remove window refresh rate limitFuwn2024-05-231-6/+6
* feat(dwm.c): add vanitygaps patchFuwn2024-05-231-10/+48
* No need to call setup() multiple timesspeedie2023-06-151-1/+6
* Remove old `xrdb` patch, which does not need to be used alongside thespeedie2023-06-151-59/+8
* revert 712d6639ff8e863560328131bbb92b248dc9cde7Luke Smith2023-02-281-9/+11
* Bump to 6.4iStagnant2023-02-241-85/+89
* preserveonrestartLuke Smith2022-11-021-1/+37
* fix swallow flicker, close #210Luke Smith2022-10-181-1/+1
* return of xrdb patch to F5Luke Smith2022-07-081-0/+61
* Unset fullscreen on current window when new window is openedfrei-0xff2022-01-211-0/+2
* Fix small edge casesEthan Marshall2021-12-051-2/+7
* Initial fix for sticky switchingEthan Marshall2021-12-051-1/+1
* always centerLuke Smith2021-03-121-0/+2
* Dwm did not redraw borders when swallowing so it messed up swallowing when in...JimKat-12020-12-281-0/+12
* rm xrdb patch to xresources to load non-color varsLuke Smith2020-11-071-64/+72
* 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
|\ \