From db44b083b8311126e66365d1a2f2eb26f1486f58 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 28 Sep 2020 14:51:13 -0500 Subject: [PATCH] tweak terminator config --- home/.config/terminator/config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home/.config/terminator/config b/home/.config/terminator/config index 4f3cba3..a85d534 100644 --- a/home/.config/terminator/config +++ b/home/.config/terminator/config @@ -1,8 +1,14 @@ [global_config] - enabled_plugins = APTURLHandler, LaunchpadCodeURLHandler, LaunchpadBugURLHandler - inactive_color_offset = 0.84347826087 title_transmit_bg_color = "#243433" + inactive_color_offset = 0.84347826087 + enabled_plugins = APTURLHandler, LaunchpadCodeURLHandler, LaunchpadBugURLHandler [keybindings] +[profiles] + [[default]] + background_darkness = 0.77 + background_type = transparent + cursor_color = "#aaaaaa" + scrollback_infinite = True [layouts] [[default]] [[[child1]]] @@ -13,9 +19,3 @@ parent = "" type = Window [plugins] -[profiles] - [[default]] - background_darkness = 0.91 - background_type = transparent - cursor_color = "#aaaaaa" - scrollback_infinite = True