From 1d6857927239834da3c5224dc3afb9aad025a741 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 3 Dec 2020 14:22:17 +0200 Subject: Added dotfiles from LinuxMintCinnamon-setup --- .config/terminator/config | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/terminator/config (limited to '.config/terminator') 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] -- cgit v1.2.3