From a0de33059ebf77899f9418877f6001951bad45fb Mon Sep 17 00:00:00 2001
From: Samuel FORESTIER <dev@samuel.domains>
Date: Fri, 17 Apr 2020 16:33:10 +0200
Subject: [PATCH] Publishes a first version for our Terminator configuration

---
 .config/terminator/config | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 .config/terminator/config

diff --git a/.config/terminator/config b/.config/terminator/config
new file mode 100644
index 0000000..90777aa
--- /dev/null
+++ b/.config/terminator/config
@@ -0,0 +1,25 @@
+[global_config]
+  handle_size = 2
+  title_transmit_fg_color = "#323232"
+  title_transmit_bg_color = "#ffac41"
+  title_receive_fg_color = "#323232"
+  title_receive_bg_color = "#ff1e56"
+  title_inactive_fg_color = "#323232"
+  enabled_plugins = LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler, Logger, TerminalShot, InactivityWatch
+[keybindings]
+[profiles]
+  [[default]]
+    cursor_color = "#aaaaaa"
+    foreground_color = "#ffffff"
+    scrollbar_position = hidden
+    scrollback_infinite = True
+[layouts]
+  [[default]]
+    [[[window0]]]
+      type = Window
+      parent = ""
+    [[[child1]]]
+      type = Terminal
+      parent = window0
+      profile = default
+[plugins]