From 878bcd65cad84ce3262b60d5582c9e1f57f233c0 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 17 Sep 2019 10:25:44 +0200 Subject: Use terminator instead of alacritty --- dotfiles/config/terminator/config | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dotfiles/config/terminator/config (limited to 'dotfiles/config/terminator') diff --git a/dotfiles/config/terminator/config b/dotfiles/config/terminator/config new file mode 100644 index 0000000..ef2de93 --- /dev/null +++ b/dotfiles/config/terminator/config @@ -0,0 +1,23 @@ +[global_config] + hide_from_taskbar = True +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + cursor_color = "#aaaaaa" + font = Monoid Nerd Font Light Semi-Condensed 7 + foreground_color = "#ffffff" + icon_bell = False + palette = "#000000:#aa0000:#00aa00:#aa5500:#3465a4:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#729fcf:#ff55ff:#55ffff:#ffffff" + scrollback_infinite = True + scrollbar_position = hidden + show_titlebar = False + use_system_font = False -- cgit v1.2.1