summaryrefslogtreecommitdiffhomepage
path: root/patch
AgeCommit message (Collapse)Author
2021-05-21Splitting SchemeHid to SchemeHidNorm and SchemeHidSel given that a hidden ↵bakkeby
client may still be the selected client ref. #148
2021-05-19vanitygaps: PERTAG_VANITYGAPS_PATCH to control both gaps and whether gaps ↵bakkeby
are enabled per tag ref. #147
2021-05-13fakefullscreen vs fakefullscreenclient compatibility, let fakefullscreen ↵bakkeby
take precedence
2021-05-06scratchpad_alt_1: upgrading and simplifying patch ref. #124bakkeby
2021-05-05ipc: get_tags - do not dump tag if the tag is nullbakkeby
2021-05-05ipc: get_tags - do not dump tag if the tag is null ref. #123bakkeby
2021-05-01IPC: dump_monitor - do not dump bar if there is no bar ref. #118bakkeby
2021-04-29fakefullscreenclient + stacker: fix for allowing focusstack when client is ↵bakkeby
in fake fullscreen (issue introduced by alwaysfullscreen being merged upstream
2021-04-28Addressing various memory leak issues ref. ↵bakkeby
https://github.com/bakkeby/patches/issues/30
2021-04-28anybar: misc improvements ref. #118bakkeby
2021-04-27anybar: make sure to free the bar when unmanaging an external bar plus misc ↵bakkeby
improvements ref. #118
2021-04-27status2d: improving cut status line protection, dwm will still exit if an ↵bakkeby
invalid color code comes through (there is an explicit die call in drw_clr_create)
2021-04-16vanitygaps: replaced smartgaps with smartgaps_fact, allowing gaps to be ↵bakkeby
increased when there is only one client.
2021-04-14placemouse: fix for crash when moving between monitors with different tags ↵bakkeby
and there is no selected client on that monitor / tag This is ref. https://github.com/bakkeby/patches/issues/27
2021-04-14Upgrading statuscmd patch.bakkeby
The original statuscmd patch has been renamed to statuscmd-nosignal to separate the logic from the dwmblocks integration that involves signals. I assume as the latter has become more popular it has replaced the statuscmd in name.
2021-04-14Upgraded the dwmblocks patch for statuscmd which changes the signallingbakkeby
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-07Adding xkb patch as per request #111bakkeby
2021-04-06Adding distributetags patchbakkeby
2021-04-06Updating inplacerotate to include rotatestack feature ref. #108bakkeby
2021-04-05Initialise gaps for pertag arrays when monitor is created ref. #106bakkeby
2021-04-04Adding proposed changes to have different gaps on a per tag basis ref. #106bakkeby
2021-03-31Incomplete status2d fragments protectionbakkeby
2021-03-30Add tapresize patchverschmelzen
2021-03-30Proposed fix to address behaviour when resizing clients using the -1Z anchor ↵bakkeby
ref. #103
2021-03-29Upgrading to 67d76b and removing alwaysfullscreen patch as it has been ↵bakkeby
merged into mainstream dwm 6.2
2021-03-09Adding tab patchbakkeby
2021-02-20powerline tags: change to urgentcolor when a client is urgentdislabled
2021-02-18Adding tatami layout option for flextilebakkeby
2021-02-17stacker: addressing wintitleactions (awesomebar hidden clients) ↵bakkeby
compatibility issue ref. #94
2021-02-16riodraw: upgrading patch to include rio-spawning of windowsbakkeby
2021-02-16placemouse: upgrade to include moveorplace functionbakkeby
2021-02-11Adding focusdir patchbakkeby
2021-02-11Adding riodraw patchbakkeby
2021-01-23placemouse: adding options for tiled position being relative to client centerbakkeby
2021-01-22Adding placemouse patchbakkeby
2021-01-02added the layoutmenu patchmatt
2021-01-02added layoutmenu patchmatt
2020-11-28systray: hotplugging issues, keep systray window on top of bar window ref. #84bakkeby
2020-11-23flextile: allow nmaster of 0 to fall back to stack arrangement rather than ↵bakkeby
master, ref. #81
2020-11-22NetActiveWindow: make sure to unfocus previously selected window if moving ↵bakkeby
to another monitor
2020-11-08flexwintitle: potential for scheme discrepancy between stack and stack2bakkeby
2020-11-06ipc patch: avoid segmentation fault running dwm-msg without any argumentsbakkeby
2020-11-05indicators: too wide (full) indicators when using awesombar and fancybar, ↵bakkeby
ref. #69
2020-11-05Adding tiled indicators as suggested in #68bakkeby
2020-10-29shiftviewclients: fix for another scratchpads edge case ref. ↵bakkeby
https://github.com/bakkeby/patches/issues/12
2020-10-24Proposed changes to ensure that systray icons are sized according to font ↵bakkeby
size rather than bar height, ref. #62
2020-10-18transfer: Fix null pointer exception when no focused clientbakkeby
2020-10-18Adding _PATCH prefixes (fix for ↵bakkeby
https://github.com/bakkeby/flexipatch-finalizer/issues/6)
2020-10-11swallow: set the _IS_FLOATING property for the floating window if EWMH patch ↵bakkeby
is enabled
2020-10-10swallow / arrange mismatch: swallow needs XMapWindow for the window being ↵bakkeby
called beforehand, whereas arrange needs it called afterwards