From 4669a66f643ef504d9f542119b7176bee9d2853e Mon Sep 17 00:00:00 2001 From: fosslinux Date: Fri, 28 Dec 2018 18:33:48 +1100 Subject: [PATCH] add terminator config --- etc/skel/.config/terminator/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 etc/skel/.config/terminator/config diff --git a/etc/skel/.config/terminator/config b/etc/skel/.config/terminator/config new file mode 100644 index 0000000..98922fc --- /dev/null +++ b/etc/skel/.config/terminator/config @@ -0,0 +1,16 @@ +[global_config] +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + cursor_color = "#aaaaaa" + scrollbar_position = hidden + show_titlebar = False