I'm having a problem with terminator.
Whenever I open a new terminator window which is unfocused in my window manager (e17) the new terminator window have the internal terminator title bar enabled even though I have defined my terminator profile not to have a titlebar, that is I have unticked "Show title bar".
When I focus the window the titlebar disappears. I only have one terminator profile.
How can I fix this?
~/.config/terminator/config:
Code:
[global_config]
handle_size = 1
title_hide_sizetext = True
always_split_with_profile = True
focus = mouse
title_transmit_fg_color = "#000000"
suppress_multiple_term_dialog = True
borderless = True
enabled_plugins = LaunchpadCodeURLHandler, Logger, MavenPluginURLHandler, LaunchpadBugURLHandler
title_transmit_bg_color = "#797d7f"
title_receive_fg_color = "#000000"
tab_position = hidden
inactive_color_offset = 0.5
title_inactive_bg_color = "#313131"
[keybindings]
[profiles]
[[default]]
scrollbar_position = hidden
palette = "#000000:#cd0000:#00cd00:#cdcd00:#1e90ff:#cd00cd:#00cdcd:#e5e5e5:#4c4c4c:#ff0000:#00ff00:#ffff00:#4682b4:#ff00ff:#00ffff:#ffffff"
background_image = None
background_darkness = 0.88
scrollback_lines = 1000
background_type = transparent
use_system_font = False
cursor_color = "#5f43e2"
icon_bell = False
show_titlebar = False
cursor_shape = ibeam
font = Monospace 7
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = default
[[[window0]]]
type = Window
parent = ""
[plugins]
This is my