| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-08 | Adding alt-tab patch ref. #303 | bakkeby | |
| 2022-10-06 | Bump to 50ad171. | bakkeby | |
| remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS bump version to 6.4 Ref. https://git.suckless.org/dwm/commit/970f37697358574e127019eb0ee2f5725ec05ce0.html https://git.suckless.org/dwm/commit/50ad171eea9db5ccb36fce2592e047c3282975ff.html Consequently the color emoji patch has been inverted into no color emoji, keeping the workaround in the code base for those that are on systems with older versions of the Xft library. | |||
| 2022-08-29 | Bump to c2b748e. | bakkeby | |
| Remove dmenumon variable Reasoning: Since 2011 dmenu has been capable of working out which monitor currently has focus in a Xinerama setup, making the use of the -m flag more or less redundant. This is easily demonstrated by using dmenu in any other window manager. There used to be a nodmenu patch that provided these changes: https://git.suckless.org/sites/commit/ed68e3629de4ef2ca2d3f8893a79fb570b4c0cbc.html but this was removed on the basis that it was very easy to work out and apply manually if needed. The proposal here is to remove this dependency from dwm. The mechanism of the dmenumon variable could be provided via a patch if need be. The edge case scenario that dmenu does not handle on its own, and the effect of removing this mechanism, is that if the user trigger focusmon via keybindings to change focus to another monitor that has no clients, then dmenu will open on the monitor containing the window with input focus (or the monitor with the mouse cursor if no windows have input focus). If this edge case is important to cover then this can be addressed by setting input focus to selmon->barwin in the focus function if there is no client to give focus to (rather than giving focus back to the root window). Ref. https://git.suckless.org/dwm/commit/c2b748e7931e5f28984efc236f9b1a212dbc65e8.html | |||
| 2022-08-12 | Adding nametag patch | bakkeby | |
| 2022-08-02 | Adding bidi patch ref. #285 | bakkeby | |
| 2022-07-05 | Adding tagpreview patch (#271) | Stein Gunnar Bakkeby | |
| 2022-07-04 | Adding shiftswaptags patch ref. #270 | bakkeby | |
| 2022-07-04 | Adding shiftboth patch ref. #270 | bakkeby | |
| 2022-07-04 | Adding shifttagclients patch ref. #270 | bakkeby | |
| 2022-07-04 | Adding shifttag patch ref. #270 | bakkeby | |
| 2022-06-20 | Adding renamed scratchpads patch | bakkeby | |
| 2022-06-17 | Porting the seamless restart feature from dusk into dwm-flexipatch | bakkeby | |
| 2022-02-11 | Tag-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-11 | barpadding: adding vanitygaps variant | bakkeby | |
| 2022-02-11 | Adding the isfreesize version of the sizehints patch ref. #229 | bakkeby | |
| 2021-12-26 | Add a new patch to integrate vanity gaps with bar padding | Utkarsh Verma | |
| 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-08-25 | Adding separate statuscolors bar module ref. #180 | bakkeby | |
| 2021-07-27 | Adding winicon patch | bakkeby | |
| 2021-06-21 | Fix typo | Muhamad Althaf | |
| 2021-06-14 | sed source files to end with 1 new line | pepper-jelly | |
| 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 | Updating the link for Mitch Weaver's rounded corners patch | bakkeby | |
| 2021-04-28 | anybar: misc improvements ref. #118 | bakkeby | |
| 2021-04-27 | anybar: make sure to free the bar when unmanaging an external bar plus misc ↵ | bakkeby | |
| improvements ref. #118 | |||
| 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-07 | Adding xkb patch as per request #111 | 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-30 | Add tapresize patch | verschmelzen | |
| 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-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-11-23 | IPC: Bumping verison number to 1.5.7 | bakkeby | |
| 2020-11-15 | Adding note for the swallow patch to uncomment relevant line in config.mk ↵ | bakkeby | |
| when taking the patch, ref. #72 | |||
| 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-10-04 | Removing dud RESETLAYOUT_PATCH from patches.def.h, actual patch was never taken | bakkeby | |
| 2020-09-29 | Adding on_empty_keys patch ref. #51 | bakkeby | |
| 2020-09-28 | Added note about ~SPTAGMASK in patches.def.h ref. #53 | bakkeby | |
| 2020-09-28 | Adding _IS_FLOATING xproperty patch for floating windows ref. #50 | bakkeby | |
| 2020-09-18 | Adding nomodbuttons patch | bakkeby | |
