summaryrefslogtreecommitdiff
path: root/.config/terminator/config
blob: 839941c4b2f85320e54ae0563b57b8b23a5b9d16 (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
[global_config]
  handle_size = 5
  enabled_plugins = CommandNotify, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler, CustomCommandsMenu
[keybindings]
  paste = <Primary><Shift>v
  help = ""
[profiles]
  [[default]]
    background_color = "#282828"
    background_darkness = 0.97
    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]]
    [[[child1]]]
      parent = window0
      profile = default
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]
  [[CustomCommandsMenu]]
    [[[Open in Nemo]]]
      command = (nemo ./ > /dev/null 2>&1 &)
      enabled = True
      name = Open in Nemo
      position = 0