Flash Notes

Commands - Terminator configuration without title and scrollbar


• How to hide the title and scrollbar of terminator ?

Solution

Use the keywords window_state, scrollbar_position, hidden in the configuration file

Test script

[global_config]
  window_state = hidden
  handle_size = 1
[keybindings]
[profiles]
  [[default]]
    scrollbar_position = hidden
    scrollback_lines = '10000'
    show_titlebar = False
    use_system_font = False
    font = Monospace 7
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
[plugins]