summaryrefslogtreecommitdiff
path: root/.config/terminator/config
blob: 56a7ea493bf81020653c3b8ae04d10c943e8ddc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[global_config]
  enabled_plugins = CommandNotify, CustomCommandsMenu, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler
  suppress_multiple_term_dialog = True
[keybindings]
  help = ""
[profiles]
  [[default]]
    background_color = "#282828"
    background_darkness = 0.97
    background_type = transparent
    cursor_color = "#ebdbb2"
    font = MesloLGS NF 11
    foreground_color = "#ebdbb2"
    show_titlebar = False
    scrollbar_position = hidden
    scrollback_infinite = True
    palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2"
    use_system_font = False
[layouts]
  [[default]]
    [[[window0]]]
      type = Window
      parent = ""
    [[[child1]]]
      type = Terminal
      parent = window0
      profile = default
[plugins]
  [[CustomCommandsMenu]]
    [[[Open in Nemo]]]
      enabled = True
      name = Open in Nemo
      command = (nemo ./ > /dev/null 2>&1 &)
      position = 0