diff --git a/Patches.md b/Patches.md index 88cd15e..2ded2fc 100644 --- a/Patches.md +++ b/Patches.md @@ -39,6 +39,7 @@ Please ensure that the only changes in that branch are those needed for the patc ### Clients & tags manipulation * [centerterminal](https://codeberg.org/dwl/dwl/wiki/centerterminal) * [cfacts](https://codeberg.org/dwl/dwl/wiki/cfacts) +* [dim-unfocussed](https://codeberg.org/dwl/dwl/wiki/dim-unfocussed) * [focusmaster](https://codeberg.org/dwl/dwl/wiki/focusmaster) * [focusdir](https://codeberg.org/dwl/dwl/wiki/focusdir) * [movestack](https://codeberg.org/dwl/dwl/wiki/movestack) diff --git a/_Sidebar.md b/_Sidebar.md index 79cc616..c7b8890 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -24,6 +24,7 @@ * [customfloat](https://codeberg.org/dwl/dwl/wiki/customfloat) * [cyclelayouts](https://codeberg.org/dwl/dwl/wiki/cyclelayouts) * [deck](https://codeberg.org/dwl/dwl/wiki/deck) +* [dim-unfocussed](https://codeberg.org/dwl/dwl/wiki/dim-unfocussed) * [dragmfact](https://codeberg.org/dwl/dwl/wiki/dragmfact) * [drm-lease-manager](https://codeberg.org/dwl/dwl/wiki/DRMLeaseManager) * [en-keycodes](https://codeberg.org/dwl/dwl/wiki/en-keycodes) diff --git a/dim-unfocussed.md b/dim-unfocussed.md new file mode 100644 index 0000000..0ad1d51 --- /dev/null +++ b/dim-unfocussed.md @@ -0,0 +1,16 @@ +### Description +Implements dimming of clients which are unfocussed. + +The code also allows you to "dim" focussed windows if you wish to, and as such allows any color dimming. There is also an additional option in Rule, which allows you to keep the client `alwaysbright`, that is, as if it is focussed. + +### Reporting Issues + +Report issues in my [patches repo](https://codeberg.org/dhruva_sambrani/dwl-patches). + +### Download +- [2023-11-29](https://codeberg.org/dhruva_sambrani/dwl-patches/src/commit/8a2f63c1d4212d7d037993efa34c2bb4bd446414/dim-unfocussed.patch) + +### Authors +- [Dhruva Sambrani](https://codeberg.com/dhruva_sambrani) + +