Titlebar settings (except title_at_bottom) moved to profiles
This commit is contained in:
parent
c7b9fac6a9
commit
c9c3fb1924
|
@ -102,22 +102,12 @@ DEFAULTS = {
|
||||||
'use_custom_url_handler': False,
|
'use_custom_url_handler': False,
|
||||||
'custom_url_handler' : '',
|
'custom_url_handler' : '',
|
||||||
'disable_real_transparency' : False,
|
'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,
|
'inactive_color_offset': 0.8,
|
||||||
'enabled_plugins' : ['LaunchpadBugURLHandler',
|
'enabled_plugins' : ['LaunchpadBugURLHandler',
|
||||||
'LaunchpadCodeURLHandler',
|
'LaunchpadCodeURLHandler',
|
||||||
'APTURLHandler'],
|
'APTURLHandler'],
|
||||||
'suppress_multiple_term_dialog': False,
|
'suppress_multiple_term_dialog': False,
|
||||||
'always_split_with_profile': False,
|
'always_split_with_profile': False,
|
||||||
'title_use_system_font' : True,
|
|
||||||
'title_font' : 'Sans 9',
|
|
||||||
'putty_paste_style' : False,
|
'putty_paste_style' : False,
|
||||||
'putty_paste_style_source_clipboard': False,
|
'putty_paste_style_source_clipboard': False,
|
||||||
'smart_copy' : True,
|
'smart_copy' : True,
|
||||||
|
@ -126,6 +116,7 @@ DEFAULTS = {
|
||||||
'case_sensitive' : True,
|
'case_sensitive' : True,
|
||||||
'invert_search' : False,
|
'invert_search' : False,
|
||||||
'link_single_click' : False,
|
'link_single_click' : False,
|
||||||
|
'title_at_bottom' : False
|
||||||
},
|
},
|
||||||
'keybindings': {
|
'keybindings': {
|
||||||
'zoom_in' : '<Control>plus',
|
'zoom_in' : '<Control>plus',
|
||||||
|
@ -262,7 +253,17 @@ DEFAULTS = {
|
||||||
'http_proxy' : '',
|
'http_proxy' : '',
|
||||||
'ignore_hosts' : ['localhost','127.0.0.0/8','*.local'],
|
'ignore_hosts' : ['localhost','127.0.0.0/8','*.local'],
|
||||||
'background_image' : '',
|
'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': {
|
'layouts': {
|
||||||
|
|
Loading…
Reference in New Issue