From c91638c12e2d3e1191dec7d783ae726dc6edc0af Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 9 Jun 2025 14:27:37 +0300 Subject: default-config: Clarify focus-ring inactive-color --- resources/default-config.kdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index db0fad84..d17561af 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -165,6 +165,9 @@ layout { active-color "#7fc8ff" // Color of the ring on inactive monitors. + // + // The focus ring only draws around the active window, so the only place + // where you can see its inactive-color is on other monitors. inactive-color "#505050" // You can also use gradients. They take precedence over solid colors. -- cgit