From ba929746e51f4d5ac0247ebbe197b4c2c4bc0817 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Sun, 18 Sep 2016 02:21:19 +0200 Subject: add terminator conf --- terminator/config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 terminator/config diff --git a/terminator/config b/terminator/config new file mode 100644 index 0000000..50dc798 --- /dev/null +++ b/terminator/config @@ -0,0 +1,20 @@ +[global_config] + borderless = True +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + background_color = "#3c3b37" + background_image = None + cursor_color = "#18b193" + foreground_color = "#18b193" + scrollbar_position = hidden + show_titlebar = False -- cgit v1.2.1