From 6bb5a87b209f8a4d0e80cc2d1c10d1a8e04f929c Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Mon, 5 Dec 2022 10:24:50 -0500 Subject: [PATCH] explicitly show title-bar --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 4da10e7..bd3e294 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -756,7 +756,7 @@ font_size 16.0 #: Fade the text in inactive windows by the specified amount (a number #: between zero and one, with zero being fully faded). -#hide_window_decorations yes +hide_window_decorations no #: Hide the window decorations (title-bar and window borders) with #: yes. On macOS, titlebar-only can be used to only hide the titlebar.