From 66a2efd191f98a1a5b3c2d4fdc9569204b445a2f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Jul 2023 10:56:46 +0530 Subject: [PATCH] Add a note about titlebar-only and rounded corners --- kitty/options/definition.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 1455f11f1..8b6dd2746 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -1029,7 +1029,9 @@ Hide the window decorations (title-bar and window borders) with :code:`yes`. On macOS, :code:`titlebar-only` can be used to only hide the titlebar. Whether this works and exactly what effect it has depends on the window manager/operating system. Note that the effects of changing this option when reloading config -are undefined. +are undefined. When using :code:`titlebar-only`, it is useful to also set +:opt:`window_margin_width` and :opt:`placement_strategy` to prevent the rounded +corners from clipping text. ''' )