From 99f66c0a66df2ef66dfa7f09d3d193e2d37c3cdd Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Tue, 31 Jul 2018 23:59:13 +0200 Subject: [PATCH] Add terminator config --- config/terminator/config | 16 ++++++++++++++++ setup.bash | 1 + 2 files changed, 17 insertions(+) create mode 100644 config/terminator/config diff --git a/config/terminator/config b/config/terminator/config new file mode 100644 index 0000000..5a4c958 --- /dev/null +++ b/config/terminator/config @@ -0,0 +1,16 @@ +[global_config] +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + background_darkness = 0.87 + background_type = transparent + cursor_color = "#aaaaaa" diff --git a/setup.bash b/setup.bash index ea5ec96..043916b 100755 --- a/setup.bash +++ b/setup.bash @@ -85,6 +85,7 @@ copy-config() { copy-files-in-dir-to "$(here)/config/albert" "$(config-dir albert)" copy-files-in-dir-to "$(here)/config/openbox" "$(config-dir openbox)" copy-files-in-dir-to "$(here)/config/dunst" "$(config-dir dunst)" + copy-files-in-dir-to "$(here)/config/terminator" "$(config-dir terminator)" cp "$(here)/config/xscreensaver/config-file" ~/.xscreensaver }