From 72f4ed05755b630ba334ed6dd514d76078fa4f14 Mon Sep 17 00:00:00 2001 From: Carlos Regis <107006444+carlos-regis@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:53:32 +0100 Subject: [PATCH] docs(mkdocs): update border property name --- docs/example-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/example-configurations.md b/docs/example-configurations.md index a009cc40d..2ef5b4873 100644 --- a/docs/example-configurations.md +++ b/docs/example-configurations.md @@ -62,7 +62,7 @@ using `default_workspace_padding` and `default_container_padding`. You may have seen videos and screenshots of people using `komorebi` with a thick, colourful active window border. You can also enable this by setting -`active_window_border` to `true`. However, please be warned that this feature +`border` to `true`. However, please be warned that this feature is a crude hack trying to compensate for the insistence of Microsoft Windows design teams to make custom borders with widths that are actually visible to the user a thing of the past and removing this capability from the Win32 API.