From 0846273757da14ebc8a8d81e8cf2a2f379921d99 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 21 Jan 2024 21:56:33 +0100 Subject: [PATCH] Hide title bar in Terminator --- .config/terminator/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/terminator/config b/.config/terminator/config index 3a244b9..0fc29c7 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -49,11 +49,13 @@ cursor_bg_color = "#f5e0dc" font = MesloLGM Nerd Font 11 foreground_color = "#ebdbb2" + show_titlebar = False scrollbar_position = hidden scrollback_infinite = True palette = "#45475a:#f38ba8:#a6e3a1:#f9e2af:#89b4fa:#f5c2e7:#94e2d5:#bac2de:#585b70:#f38ba8:#a6e3a1:#f9e2af:#89b4fa:#f5c2e7:#94e2d5:#a6adc8" use_system_font = False bold_is_bright = True + title_hide_sizetext = True title_transmit_fg_color = "#000000" title_transmit_bg_color = "#ffffff" [layouts]