| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-17 | Porting the seamless restart feature from dusk into dwm-flexipatch | bakkeby | |
| 2022-04-26 | manage: Make sure c->isfixed is applied before floating checks | bakkeby | |
| Commit 8806b6e23793 ("manage: propertynotify: Reduce cost of unused size hints") mistakenly removed an early size hints update that's needed to populate c->isfixed for floating checks at manage() time. This resulted in fixed (size hint min dimensions == max dimensions) subset of windows not floating when they should. See https://lists.suckless.org/dev/2204/34730.html for discussion. Ref. https://git.suckless.org/dwm/commit/8b48e309735f5fe49d35f86e967f4b5dea2a2f2d.html | |||
| 2022-04-17 | Update monitor positions also on removal | bakkeby | |
| When monitors are removed, the coordinates of existing monitors may change, if the removed monitors had smaller coordinates than the remaining ones. Remove special case handling so that the same update-if-necessary loop is run also in the case when monitors are removed. ref. https://git.suckless.org/dwm/commit/d93ff48803f04f1363bf303af1d7e6ccc5cb8d3f.html#h0-0-21 | |||
| 2022-03-20 | Adding link to map of patches | bakkeby | |
| 2022-03-14 | manage: For isfloating/oldstate check/set, ensure trans client actually exists | bakkeby | |
| In certain instances trans may be set to a window that doesn't actually map to a client via wintoclient; in this case it doesn't make sense to set isfloating/oldstate since trans is essentially invalid in that case / correlates to the above condition check where trans is set / XGetTransientForHint is called. Ref. https://git.suckless.org/dwm/commit/bece862a0fc4fc18ef9065b18cd28e2032d0d975.html | |||
| 2022-02-11 | tagsync: adding reference in README.md | bakkeby | |
| 2022-02-11 | Adding the isfreesize version of the sizehints patch ref. #229 | bakkeby | |
| 2022-01-10 | bump version to 6.3 | bakkeby | |
| 2021-11-23 | Adding underlinetags patch ref. #199 | bakkeby | |
| 2021-11-23 | Adding taglabels patch ref. #199 | bakkeby | |
| 2021-10-07 | Add a statusallmons and staticstatus easily toggleable in patches.h ref. #188 | bakkeby | |
| 2021-09-08 | Adding alwayscenter patch ref. #182 | bakkeby | |
| 2021-07-27 | Adding winicon patch | bakkeby | |
| 2021-06-21 | Correcting short hash | bakkeby | |
| 2021-05-30 | Renaming VIEW_SAME_TAG_GIVES_PREVIOUS_TAG_PATCH to TOGGLETAG_PATCH | bakkeby | |
| 2021-05-30 | Adding togglelayout patch | bakkeby | |
| 2021-05-13 | Adding note about the Known Issues discussion category | bakkeby | |
| 2021-05-09 | nodmenu: updating link | bakkeby | |
| 2021-04-16 | vanitygaps: replaced smartgaps with smartgaps_fact, allowing gaps to be ↵ | bakkeby | |
| increased when there is only one client. | |||
| 2021-04-14 | Upgraded the dwmblocks patch for statuscmd which changes the signalling | bakkeby | |
| mechanism from SIGUSR1 to SIGRTMIN which is likely to cause issues for those that already have a working setup. A compatibility option has been added which changes this back to SIGUSR1. Note that configuration was also changed. This was ref. reported issue #114. | |||
| 2021-04-08 | Adding README changes for xkb patch | bakkeby | |
| 2021-04-06 | Adding distributetags patch | bakkeby | |
| 2021-04-04 | Adding proposed changes to have different gaps on a per tag basis ref. #106 | bakkeby | |
| 2021-03-31 | Adding tapresize notes to README.md | bakkeby | |
| 2021-03-29 | Upgrading to 67d76b and removing alwaysfullscreen patch as it has been ↵ | bakkeby | |
| merged into mainstream dwm 6.2 | |||
| 2021-03-09 | Adding LG3D patch | bakkeby | |
| 2021-03-09 | Adding tab patch | bakkeby | |
| 2021-02-16 | riodraw: upgrading patch to include rio-spawning of windows | bakkeby | |
| 2021-02-11 | Adding focusdir patch | bakkeby | |
| 2021-02-11 | Adding riodraw patch | bakkeby | |
| 2021-01-22 | Adding placemouse patch | bakkeby | |
| 2021-01-02 | added the layoutmenu patch | matt | |
| 2020-10-26 | Adding the _NET_CLIENT_LIST_STACKING patch | bakkeby | |
| 2020-10-04 | mpdcontrol: fixing typo, mpd (music player daemon), not mdp | bakkeby | |
| 2020-09-29 | Adding on_empty_keys patch ref. #51 | bakkeby | |
| 2020-09-28 | Adding _IS_FLOATING xproperty patch for floating windows ref. #50 | bakkeby | |
| 2020-09-21 | setborderpx fix link in changelog | Aaron Duxler | |
| 2020-09-18 | Adding nomodbuttons patch | bakkeby | |
| 2020-09-10 | anybar: adding experimental support for having both anybar + dwm bar(s) in play | bakkeby | |
| 2020-09-10 | anybar: initial commit | bakkeby | |
| 2020-09-09 | Just some minor changes adding bar border patch ref. #41 | bakkeby | |
| 2020-09-08 | ipc: adding function/signal bindings | bakkeby | |
| 2020-09-07 | Adding IPC v1.5.5 patch | bakkeby | |
| 2020-09-07 | Scratchpads improvement (multi-monitor support) | bakkeby | |
| 2020-09-05 | Assortment of fullscreen improvements | bakkeby | |
| 2020-08-27 | Adding colorbar (implicit integration) | bakkeby | |
| 2020-08-27 | Adding aspectresize patch | bakkeby | |
| 2020-08-25 | Added alttagsdecoration patch. | bakkeby | |
| Unified tag icon handling while adding support for different icons per monitor. In general LENGTH(tags) has been replaced with a NUMTAGS macro (defaulting to 9) and the tags[] array has been replaced with a tagicons[][] array, access to which is done through a single function tagicon. This allows one central place where alternative tags, alttagsdecoration, or other future tags logic is handled. This also gives a consistent display of tags regardless of the module that presents tags. Additionally the monitor index has been integrated into dwm for easier access. | |||
| 2020-08-22 | Simplified Pango integration by settling on common function signatures. | bakkeby | |
| 2020-08-22 | Simplified Pango integration by settling on common function signatures. | bakkeby | |
