diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-03 14:22:17 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-03 14:22:17 +0200 |
| commit | 1d6857927239834da3c5224dc3afb9aad025a741 (patch) | |
| tree | 07e646854de48bdd54fe86b601aa0619a83071f0 /.config/terminator | |
| parent | 9aa68033583390757cbd65329db8cce9f3078b84 (diff) | |
| download | dotfiles-1d6857927239834da3c5224dc3afb9aad025a741.tar dotfiles-1d6857927239834da3c5224dc3afb9aad025a741.tar.gz dotfiles-1d6857927239834da3c5224dc3afb9aad025a741.zip | |
Added dotfiles from LinuxMintCinnamon-setup
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] |
