mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-02-04 10:13:11 +00:00
Prior to this commit, "default" opacity signified "default" in some places and signified "inactive" in other places. This commit attempts to make clear and consistent usage and specify "inactive" where appropriate.
Description
This patch is based on the client-opacity patch. This patch adds differing opacity levels depending upon whether the client is focused or not.
The opacity 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