dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 205f0a0d5954e50a7b5dec75e505ad0c9bbe8e42
parent eff6c41e319d72f84ec2956eaf339f23c3421fb6
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat, 11 Oct 2014 10:18:41 -0700

Terminator: Add config file

Diffstat:
config/terminator/config | 44++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+), 0 deletions(-)

diff --git a/config/terminator/config b/config/terminator/config @@ -0,0 +1,44 @@ +[global_config] + title_transmit_bg_color = "#000000" + title_inactive_bg_color = "#000000" +[keybindings] + hide_window = <Shift><Control>a +[profiles] + [[default]] + scrollbar_position = hidden + palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" + background_darkness = 0.83 + scrollback_lines = 5000 + use_system_font = False + cursor_color = "#d8d8d8" + foreground_color = "#d8d8d8" + use_custom_command = True + scroll_on_output = False + show_titlebar = False + custom_command = tmux -2 + color_scheme = custom + font = Monospace 10 + background_color = "#2e3436" + scrollback_infinite = True + [[solarized]] + scrollbar_position = hidden + palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + custom_command = tmux -2 + use_system_font = False + foreground_color = "#93a1a1" + use_custom_command = True + show_titlebar = False + font = Monospace 11 + background_color = "#002b36" +[layouts] + [[default]] + [[[child1]]] + type = Terminal + parent = window0 + profile = solarized + [[[window0]]] + type = Window + parent = "" + profile = None + size = 1350, 800 +[plugins]