From c9c3fb1924438ad385727383b28c9dc9d3c7429d Mon Sep 17 00:00:00 2001 From: Vulcalien Date: Sat, 7 Aug 2021 23:55:07 +0200 Subject: [PATCH] Titlebar settings (except title_at_bottom) moved to profiles --- terminatorlib/config.py | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index d8a00833..1e368ff7 100644 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -102,22 +102,12 @@ DEFAULTS = { 'use_custom_url_handler': False, 'custom_url_handler' : '', 'disable_real_transparency' : False, - 'title_at_bottom' : False, - 'title_hide_sizetext' : False, - 'title_transmit_fg_color' : '#ffffff', - 'title_transmit_bg_color' : '#c80003', - 'title_receive_fg_color' : '#ffffff', - 'title_receive_bg_color' : '#0076c9', - 'title_inactive_fg_color' : '#000000', - 'title_inactive_bg_color' : '#c0bebf', 'inactive_color_offset': 0.8, 'enabled_plugins' : ['LaunchpadBugURLHandler', 'LaunchpadCodeURLHandler', 'APTURLHandler'], 'suppress_multiple_term_dialog': False, 'always_split_with_profile': False, - 'title_use_system_font' : True, - 'title_font' : 'Sans 9', 'putty_paste_style' : False, 'putty_paste_style_source_clipboard': False, 'smart_copy' : True, @@ -126,6 +116,7 @@ DEFAULTS = { 'case_sensitive' : True, 'invert_search' : False, 'link_single_click' : False, + 'title_at_bottom' : False }, 'keybindings': { 'zoom_in' : 'plus', @@ -262,7 +253,17 @@ DEFAULTS = { 'http_proxy' : '', 'ignore_hosts' : ['localhost','127.0.0.0/8','*.local'], 'background_image' : '', - 'background_alpha' : 0.0 + 'background_alpha' : 0.0, + # Titlebar + 'title_hide_sizetext' : False, + 'title_transmit_fg_color' : '#ffffff', + 'title_transmit_bg_color' : '#c80003', + 'title_receive_fg_color' : '#ffffff', + 'title_receive_bg_color' : '#0076c9', + 'title_inactive_fg_color' : '#000000', + 'title_inactive_bg_color' : '#c0bebf', + 'title_use_system_font' : True, + 'title_font' : 'Sans 9' }, }, 'layouts': {