Move clientopacity to dwl-patches

A Frederick Christensen 2024-01-02 00:12:21 -06:00
parent 3643e16ce7
commit 5ed2a812ed
No known key found for this signature in database
GPG Key ID: 6183FA655784FC36
2 changed files with 0 additions and 18 deletions

@ -15,7 +15,6 @@
* [centerterminal](https://codeberg.org/dwl/dwl/wiki/centerterminal)
* [cfacts](https://codeberg.org/dwl/dwl/wiki/cfacts)
* [chainkeys](https://codeberg.org/dwl/dwl/wiki/chainkeys)
* [clientopacity](https://codeberg.org/dwl/dwl/wiki/clientopacity)
* [clipboardipc](https://codeberg.org/dwl/dwl/wiki/clipboardipc)
* [clipboardManager](https://codeberg.org/dwl/dwl/wiki/clipboardManager)
* [column layout](https://codeberg.org/dwl/dwl/wiki/column-layout)

@ -1,17 +0,0 @@
### Description
This patch adds default transparency parameters to config.h which specify the starting transparencies of all windows.
It also adds opacities to the ruleset, enabling override of the opacities on a per client basis.
Additionally, it adds some shortcuts:
```
[MODKEY]+[o] -> increase focus opacity of currently focused window
[MODKEY]+[Shift]+[o] -> decrease focus opacity of currently focused window
```
### Download
- [wlroots-next-2023-07-25](https://github.com/djpohly/dwl/compare/main...sevz17:client-opacity.patch)
### Authors
- [sevz](https://github.com/sevz17)