From 4e37a766ac48f5f54ce03c217160cf4b2edb1c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20H=20Johansen?= <134231457+Darthrocket@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:21:45 +0100 Subject: [PATCH] Remove deprecated and unsupported Kitty settings (#3849) The following options are no longer recognized by Kitty and caused warnings during startup: window_padding_height show_window_resize_notification single_instance They have been removed to keep the configuration compatible with current Kitty versions. --- config/kitty/kitty.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 04b7440f..5a76a146 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -7,9 +7,7 @@ font_size 9.0 # Window window_padding_width 14 -window_padding_height 14 hide_window_decorations yes -show_window_resize_notification no confirm_os_window_close 0 # Keybindings @@ -17,7 +15,6 @@ map ctrl+insert copy_to_clipboard map shift+insert paste_from_clipboard # Allow remote access -single_instance yes allow_remote_control yes # Aesthetics