Skip to content

Instantly share code, notes, and snippets.

@DaRaFF
Last active September 8, 2015 10:46
Show Gist options
  • Save DaRaFF/5c67d31eb1359bbd3ee1 to your computer and use it in GitHub Desktop.
Save DaRaFF/5c67d31eb1359bbd3ee1 to your computer and use it in GitHub Desktop.
Terminator Settings

vim ~/.config/terminator/config

[global_config]
  title_hide_sizetext = True
  title_transmit_fg_color = "#000000"
  sticky = True
  title_inactive_fg_color = "#ffffff"
  suppress_multiple_term_dialog = True
  title_receive_fg_color = "#000000"

[keybindings]
  search = <Primary>f

[profiles]
  [[default]]
    palette = "#000000:#cd0000:#00cd00:#cdcd00:#1e90ff:#cd00cd:#00cdcd:#e5e5e5:#4c4c4c:#ff0000:#00ff00:#ffff00:#4682b4:#ff00ff:#00ffff:#ffffff"
    scroll_on_output = False
    background_image = None
    scrollback_infinite = True
    foreground_color = "#ffffff"

[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0

    [[[window0]]]
      type = Window
      parent = ""

[plugins]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment