diff options
author | famfo <[email protected]> | 2023-02-15 01:19:02 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-14 20:19:02 -0500 |
commit | 9f20a5263814f325035d3569768060e04c7dcb96 (patch) | |
tree | fc95512b91dd6f4cde541495ea8bea442ad8c041 /sway/sway.5.scd | |
parent | e78fc3364b0440ff82becbec4ae57458374a145f (diff) |
Implement for_window support for dim_inactive (#109)
* Implement for_window support for dim_inactive
* Update file names, add check if the container is null, add docs
* Fix typo
* Update meson.build
* Update commands.c
* Update render.c
* Update container.c
* Update render.c
* Update container.h
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index d25330db..e3e62ed7 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -652,10 +652,15 @@ The default colors are: *smart_corner_radius* on|off Set corner radius only if there are gaps around the window. -*dim_inactive* <value> +*default_dim_inactive* <value> Adjusts the dimming of inactive windows between 0.0 (no dimming) and 1.0 (fully dimmed) while 0.0 is the default value. +*dim_inactive* <value> + This can only be used with a *for_window* rule. + Adjusts the dimming of a window, matching the rule, between 0.0 (no dimming) + and 1.0 (fully dimmed). Default value: *default_dim_inactive* + *dim_inactive_colors.unfocused* <hex color> The color to dim inactive windows with. Example color: #000000FF |