From 988fb247107c469bb98ce3088ad189fa12db7cdd Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Wed, 7 Dec 2022 06:10:11 +0100 Subject: [Feature] Dim inactive windows (#66) --- sway/sway.5.scd | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sway/sway.5.scd') diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 800c3b2a..bf936a27 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -588,6 +588,16 @@ The default colors are: *corner_radius* Set corner radius for new windows. +*dim_inactive* + 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_colors.unfocused* + The color to dim inactive windows with. Example color: #000000FF + +*dim_inactive_colors.urgent* + The color to dim inactive urgent windows with. Example color: #900000FF + *default_border* normal|none|pixel [] Set default border style for new tiled windows. -- cgit v1.2.3