Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-07 | drawbar: Don't expend effort drawing bar if it is occluded | Chris Down | |
I noticed that a non-trivial amount of dwm's work on my machine was from drw_text, which seemed weird, because I have the bar disabled and we only use drw_text as part of bar drawing. Looking more closely, I realised that while we use m->showbar when updating the monitor bar margins, but don't skip actually drawing the bar if it is hidden. This patch skips drawing it entirely if that is the case. On my machine, this takes 10% of dwm's on-CPU time, primarily from restack() and focus(). When the bar is toggled on again, the X server will generate an Expose event, and we'll redraw the bar as normal as part of expose(). | |||
2022-01-07 | Custom Vanity Gaps Patch | rafa_99 | |
2022-01-07 | Revert "Centered Master Layout Patch" | rafa_99 | |
This reverts commit a4554f1d8328aed183be5a27116f24db044cf29d. | |||
2022-01-07 | Revert "Fibonacci Layout Patch" | rafa_99 | |
This reverts commit d40c4b28a53d8aea7ae0414ffe5954c89d446a6b. | |||
2021-07-19 | Add a configuration option for fullscreen locking | Quentin Rameau | |
Some people are annoyed to have this new behaviour forced for some application which use fake fullscreen. | |||
2021-06-10 | Revert Replaced Mouse hovering with mouse click | rafa_99 | |
2021-06-09 | Revert "Singular Borders Patch" | rafa_99 | |
This reverts commit 9bec820eb41c258bc839c165640c2575f4e6bc3e. | |||
2021-04-14 | Singular Borders Patch | rafa_99 | |
2021-04-14 | noborder Patch | rafa_99 | |
2021-04-13 | Removed Unused Code | rafa_99 | |
2021-04-13 | Updated config.def.h, modularized colors and removed dmenu built-in code | rafa_99 | |
2021-04-13 | Hide vacant tags patch | rafa_99 | |
2021-04-13 | Swallow Patch | rafa_99 | |
2021-04-13 | Restart Signal | rafa_99 | |
2021-04-13 | Move Resize Patch | rafa_99 | |
2021-04-13 | Replaced Mouse hovering with mouse click | rafa_99 | |
2021-04-13 | Focus Adjacent Tag Patch | rafa_99 | |
2021-04-13 | Fibonacci Layout Patch | rafa_99 | |
2021-04-13 | Centered Master Layout Patch | rafa_99 | |
2021-04-13 | Stocked Up DWM | rafa_99 | |
2020-12-16 | Updated DWM with upstream repo | rafa_99 | |
2020-07-05 | Cleaned Up Non Used Functions | rafa_99 | |
2020-07-05 | Focus Adjacent Tag Patch | rafa_99 | |
2020-07-04 | Hide Vacant tags Patch | rafa_99 | |
2020-07-04 | Swallow Patch | rafa_99 | |
2020-07-04 | Restart Signal | rafa_99 | |
2020-07-04 | Move Resize Patch | rafa_99 | |
2020-07-04 | Actual Fullscreen | rafa_99 | |
2020-07-04 | Bar Padding Patch | rafa_99 | |
2020-07-04 | Vanity Gaps Patch | rafa_99 | |
2020-07-04 | Stocked Out | rafa_99 | |
2020-06-10 | Now it swallows | rafa_99 | |
2020-06-04 | Hiding Vacant Tags | rafa_99 | |
2020-06-04 | Bar Padding Patch | rafa_99 | |
2020-06-03 | Vanity Gaps Patch | rafa_99 | |
2020-06-03 | Revert "Hiding Vacant Tags" | rafa_99 | |
This reverts commit 22bb43811f6438a42325f62e5d56508f45f8c4db. | |||
2020-05-26 | Revert "Centered Master Patch" | rafa_99 | |
This reverts commit 85e4e001adecb365f36ed84f240d4b4374363b95. | |||
2020-05-26 | Revert "Useless Gap Patch" | rafa_99 | |
This reverts commit 68d9622f6a923584cdc0abf9a7de137282553801. | |||
2020-05-26 | Useless Gap Patch | rafa_99 | |
2020-05-26 | Restart Patch | rafa_99 | |
2020-05-26 | Rotate Stack Patch | rafa_99 | |
2020-05-26 | Hiding Vacant Tags | rafa_99 | |
2020-05-26 | Focus Adjacent Patch | rafa_99 | |
2020-05-26 | Centered Master Patch | rafa_99 | |
2020-05-26 | Actual FullScreen Patch | rafa_99 | |
2020-05-26 | Pushed Stock DWM | rafa_99 | |
2020-04-04 | Actual Fullscreen Patch | rafa_99 | |
2020-03-22 | Added Hide Vacant Tags Patch | rafa_99 | |
2020-03-19 | Revert "Hide Vacant Tags Patch" | rafa_99 | |
This reverts commit 1e663652423c65cebc438535e3ca8fd1c2508e2d. | |||
2020-03-19 | Hide Vacant Tags Patch | rafa_99 | |