From afbf07e5fbc5e1f128b7836af0a693e1f5bea195 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sun, 20 Apr 2014 13:00:18 -0400 Subject: [PATCH] add terminator config --- .config/terminator/config | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/terminator/config diff --git a/.config/terminator/config b/.config/terminator/config new file mode 100644 index 0000000..dad4ac5 --- /dev/null +++ b/.config/terminator/config @@ -0,0 +1,22 @@ +[global_config] + tab_position = bottom +[keybindings] +[profiles] + [[default]] + scrollbar_position = hidden + use_system_font = False + background_darkness = 0.8 + background_type = transparent + background_image = None + foreground_color = "#ffffff" + show_titlebar = False + font = Inconsolata Medium 15 +[layouts] + [[default]] + [[[child1]]] + type = Terminal + parent = window0 + [[[window0]]] + type = Window + parent = "" +[plugins]