mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-07 19:54:50 +00:00
…
Description
Implements dimming of clients which are unfocused.
The code also allows any color dimming. There is also an additional option in Rule
, which allows you to keep the client neverdim
, that is, as if it is focused.
There are also two functions that can be bound to a Key
or Button
,
toggledimming
: Which toggles dimming for all windows (except forRule
s)toggledimmingclient
: Which toggles dimming for the focused window, as if the client hadneverdim
applied to it. This overwrites an appliedRule
.