From 99406f6bc1d2622ec8c53047aa0c8fcceaca6b09 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Tue, 7 Feb 2023 22:39:11 -0500 Subject: [PATCH] hide window decorations --- .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 b8907b5..150f7b4 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -756,7 +756,7 @@ single_window_margin_width 3 #: Fade the text in inactive windows by the specified amount (a number #: between zero and one, with zero being fully faded). -hide_window_decorations no +hide_window_decorations yes #: Hide the window decorations (title-bar and window borders) with #: yes. On macOS, titlebar-only can be used to only hide the titlebar.