| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-01-10 | Add a configuration option for fullscreen locking | bakkeby | |
| Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen. Ref. https://git.suckless.org/dwm/commit/138b405f0c8aa24d8a040cc1a1cf6e3eb5a0ebc7.html | |||
| 2021-11-23 | Adding underlinetags patch ref. #199 | bakkeby | |
| 2021-11-23 | Adding taglabels patch ref. #199 | bakkeby | |
| 2021-10-31 | onlyquitonempty: refactoring patch to only take client windows into | bakkeby | |
| consideration when deciding whether or not to allow dwm to quit As per the original patch https://dwm.suckless.org/patches/onlyquitonempty/ it used XQueryTree to get a count of the number of windows open to determine whether to allow the window manager to exit. This meant that the empty quit count variable would have to take into account background windows such as the bar, which has side effects like plugging in another monitor could mean that you would not longer be allowed to quit dwm until the monitor is removed. Likewise a systray and each systray icon would give a +1 to the number of windows in the system. This is unintuitive to understand and convoluted to explain, hence the refactoring here to use the more sane approach of only counting the number of client windows that the window manager manages. This is an old idea which was intentionally not added to dwm-flexipatch due to the aim of staying true to the original patch (as in if you were to patch that manually you would get the same experience as you had when trying the patch out in dwm-flexipatch). This is ref. discussion in #194. | |||
| 2021-10-07 | Add a statusallmons and staticstatus easily toggleable in patches.h ref. #188 | bakkeby | |
| 2021-08-25 | Adding separate statuscolors bar module ref. #180 | bakkeby | |
| 2021-07-27 | Adding winicon patch | bakkeby | |
| 2021-06-14 | sed source files to end with 1 new line | pepper-jelly | |
| 2021-05-21 | Splitting SchemeHid to SchemeHidNorm and SchemeHidSel given that a hidden ↵ | bakkeby | |
| client may still be the selected client ref. #148 | |||
| 2021-05-13 | fakefullscreen vs fakefullscreenclient compatibility, let fakefullscreen ↵ | bakkeby | |
| take precedence | |||
| 2021-04-16 | vanitygaps: replaced smartgaps with smartgaps_fact, allowing gaps to be ↵ | bakkeby | |
| increased when there is only one client. | |||
| 2021-04-14 | Upgrading 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-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-06 | Updating inplacerotate to include rotatestack feature ref. #108 | bakkeby | |
| 2021-03-31 | Adding tapresize notes to README.md | bakkeby | |
| 2021-03-30 | Add tapresize patch | verschmelzen | |
| 2021-03-09 | Adding tab patch | bakkeby | |
| 2021-02-18 | Adding tatami layout option for flextile | bakkeby | |
| 2021-02-16 | riodraw: upgrading patch to include rio-spawning of windows | bakkeby | |
| 2021-02-16 | riodraw: upgrading patch to include rio-spawning of windows | bakkeby | |
| 2021-02-16 | placemouse: upgrade to include moveorplace function | bakkeby | |
| 2021-02-11 | Adding focusdir patch | bakkeby | |
| 2021-02-11 | Adding riodraw patch | bakkeby | |
| 2021-01-23 | placemouse: adding options for tiled position being relative to client center | bakkeby | |
| 2021-01-22 | Adding placemouse patch | bakkeby | |
| 2021-01-22 | Indentation correction ref. #89 | bakkeby | |
| 2021-01-02 | added the layoutmenu patch | matt | |
| 2020-11-28 | flextile: adding centeredmaster horiz example | bakkeby | |
| 2020-11-23 | flextile: allow nmaster of 0 to fall back to stack arrangement rather than ↵ | bakkeby | |
| master, ref. #81 | |||
| 2020-11-18 | Adding symbol func to flextile-deluxe column description | bakkeby | |
| 2020-11-05 | Adding tiled indicators as suggested in #68 | 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 | scratchpads: when the scratchpad patch is added, the tagmask is altered, so ↵ | bakkeby | |
| to get a window onto all tags you have to do ~SPTAGSMASK instead of ~0 as otherwise it will interfere with the scratchpads, ref. #53 | |||
| 2020-09-26 | scratchpads: enhancing scratchpad by allowing arbitrary clients to be added ↵ | bakkeby | |
| to (and removed from) each scratchpad area | |||
| 2020-09-20 | bartabgroups + monocle change to default configuration | bakkeby | |
| 2020-09-18 | Adding nomodbuttons patch | bakkeby | |
| 2020-09-16 | Experimenting with having more status indicators than just whether the ↵ | bakkeby | |
| client is floating or not | |||
| 2020-09-11 | swallow: upgrading patch + fixing glitches | bakkeby | |
| 2020-09-10 | anybar: initial commit | bakkeby | |
| 2020-09-10 | Removing NULL value from barrules | 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-08-29 | taggrid: remove unused configuration options | bakkeby | |
| 2020-08-27 | flexwintitle: allow flexwintitle to control window borders | bakkeby | |
| 2020-08-27 | Adding aspectresize patch | bakkeby | |
