summaryrefslogtreecommitdiffhomepage
path: root/patch
AgeCommit message (Collapse)Author
2022-06-17systray: allow systray icons to survive a restart by handing systray icons ↵bakkeby
over to the root window before destroying the systray window
2022-06-17Porting the seamless restart feature from dusk into dwm-flexipatchbakkeby
2022-06-10vanitygaps + pertag: enablegaps should be retrieved from the current ↵Bakkeby
monitor, not the selected monitor ref. #258
2022-05-08shiftview + scrachpads compatibilityBakkeby
2022-04-17For all intensive purposes the monitor index is the same as monitor num, ↵bakkeby
thus refactoring to use the latter
2022-03-30setborderpx: refactoring patchbakkeby
2022-03-10holdbar + systray compatibility - make systray follow the bar when being ↵bakkeby
revealed and hidden ref. #239
2022-03-06Upgrading winicon patch to v2.1 ref. #238bakkeby
2022-02-24Fixed moving window tag issue (#237)dev-null-undefined
+ when moving window from monitor with different tags selected the moved window would not get the tags set properly if multiple windows are already on that monitor
2022-02-20focusadjacenttags + scratchpad compatibility issue ref. #236bakkeby
2022-02-11Tag-Sync patch (for syncing tags across all monitors) (#219)Bagellll
* Tag-Sync patch * Major compatibility updates * SWITCHTAG/TAGSYNC compatibility * tagsync: refactoring Co-authored-by: bakkeby <[email protected]>
2022-02-11barpadding: adding vanitygaps variantbakkeby
2022-02-11sizehints ruled: have rule checks take window type and role into account ↵bakkeby
ref. #229
2022-02-11Refactoring window title drawing with regards to icons ref. #216bakkeby
2022-02-11tags bar module: fix for wrong click offset ref. #215bakkeby
2022-02-11Fix for infinite loop when there is only one client and pushup is run twicebakkeby
2021-12-26Loop through all barsUtkarsh Verma
2021-12-26Fix resizing of barUtkarsh Verma
2021-12-26Add a new patch to integrate vanity gaps with bar paddingUtkarsh Verma
2021-11-23Adding underlinetags patch ref. #199bakkeby
2021-11-23Adding taglabels patch ref. #199bakkeby
2021-11-20winicon: Fix potential integer overflowbakkeby
2021-10-20fodcusadjacenttag: Add selmon->sel guards for tagandviewtoleft/right to ↵bakkeby
prevent segmentation faults ref. #191
2021-10-15Use 'pgrep -o' instead of 'pidof -s' to get the PID of status barUtkarsh Verma
2021-08-25Adding separate statuscolors bar module ref. #180bakkeby
2021-08-07swallow: new window to respect border of parent terminalbakkeby
2021-07-27Adding winicon patchbakkeby
2021-07-24rioresize: apply an arrange if changing monitorsbakkeby
2021-06-14sed source files to end with 1 new linepepper-jelly
2021-05-28focusadjacenttag: for correctness should probably also update current ↵bakkeby
desktop when EWMH patch is enabled
2021-05-28focusadjacenttag: adding pertag compatibiltiy ref. #152bakkeby
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