2025-12-11 02:51:16 +00:00

20 lines
722 B
Markdown

### Description
This patch is based in
[client-opacity](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/client-opacity/client-opacity.patch)
patch. Add different opacities level if the client is focus or not.
The opacities levels can be change by short cuts.
```
[MODKEY]+[Ctrl]+[k] -> increase focus opacity
[MODKEY]+[Ctrl]+[j] -> decrease focus opacity
[MODKEY]+[Ctrl]+[Shift]+[k] -> increase focus opacity focused client
[MODKEY]+[Ctrl]+[Shift]+[j] -> decrease focus opacity focused client
```
### Download
- [2025-12-11](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/client-opacity-focus/client-opacity-focus.patch)
### Authors
- [Hansvon](https://codeberg.org/Hansvon)