diff options
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 |