Created clientopacity (markdown)

Leonardo Hernández 2023-07-25 13:15:00 -06:00
parent 216cbf17db
commit c140731725

17
clientopacity.md Normal file

@ -0,0 +1,17 @@
### 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)