From 76ab54f7a0940c5f50bcb05c283489e71b3a8dad Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 14 Nov 2019 16:18:31 +0100 Subject: [PATCH] Change terminator titlebar font --- .config/terminator/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/terminator/config b/.config/terminator/config index c99517b..2eb97fc 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -3,12 +3,13 @@ custom_url_handler = firefox enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler suppress_multiple_term_dialog = True - title_font = DejaVu Sans Mono 11 - title_use_system_font = False - use_custom_url_handler = True - title_transmit_bg_color = "#adbce6" + title_font = Noto Sans Medium 10 + title_hide_sizetext = True title_inactive_bg_color = "#C0BEBF" title_receive_bg_color = "#adbce6" + title_transmit_bg_color = "#adbce6" + title_use_system_font = False + use_custom_url_handler = True [keybindings] broadcast_all = a broadcast_group = g