From ce76ede62938b36cf4ed747f4427be50d07ddaa9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 7 Jan 2023 03:44:16 -0500 Subject: [PATCH] kitty: Don't show title bar under GNOME Wayland This fixes an issue where the title bar would continue to show with the pixel-saver GNOME extension. --- kitty/.config/kitty/kitty.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index b285b7d7..788077e3 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -17,6 +17,9 @@ cursor_blink_interval 0 # Set the font family font_family Hack Nerd +# Don't show title bar (necessary for Wayland) +hide_window_decorations yes + # Font size (respects DPI) font_size 11