From 0a715ce1553ec528dbb61172450d2944db7edb70 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 1 Feb 2024 12:06:13 +0400 Subject: default-config: Improve wording for focus-ring/border comment SSD or server-side decorations is never mentioned elsewhere. --- resources/default-config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 49e2eb02..2de9b25a 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -95,7 +95,8 @@ layout { // This is because windows using client-side decoratins can have an arbitrary shape. // // If you don't like that, you should uncomment `prefer-no-csd` below. - // Niri will draw focus ring and border *around* windows that agree to use SSD. + // Niri will draw focus ring and border *around* windows that agree to omit their + // client-side decorations. // You can change how the focus ring looks. focus-ring { -- cgit