diff options
Diffstat (limited to '.config/terminator')
| -rw-r--r-- | .config/terminator/config | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/terminator/config b/.config/terminator/config new file mode 100644 index 0000000..aa24c78 --- /dev/null +++ b/.config/terminator/config @@ -0,0 +1,27 @@ +[global_config] + handle_size = 1 + sticky = True + suppress_multiple_term_dialog = True +[keybindings] +[profiles] + [[default]] + audible_bell = True + background_color = "#282828" + background_darkness = 0.95 + cursor_color = "#aaaaaa" + font = MesloLGS NF 12 + 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 +[plugins] |
