From 9106a7e4031c0855449252846e3ff916b72712ce Mon Sep 17 00:00:00 2001 From: an920107 Date: Mon, 11 Mar 2024 15:34:53 +0800 Subject: [PATCH] add: hide kitty window decorations --- kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 4249380..d777b69 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -870,7 +870,7 @@ window_padding_width 5 10 #: 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 and titlebar-and-corners can be used