From d651415a91b4abc4f9d4d787717cefefacb34afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 17 Apr 2014 19:51:45 +0200 Subject: [PATCH] Remove terminator configuration, no longer needed. --- MAPPING | 2 +- terminator/terminator/config | 56 ------------------------------------ 2 files changed, 1 insertion(+), 57 deletions(-) delete mode 100644 terminator/terminator/config diff --git a/MAPPING b/MAPPING index edeef38..8b13789 100644 --- a/MAPPING +++ b/MAPPING @@ -1 +1 @@ -terminator::.config/ + diff --git a/terminator/terminator/config b/terminator/terminator/config deleted file mode 100644 index 81f8fd0..0000000 --- a/terminator/terminator/config +++ /dev/null @@ -1,56 +0,0 @@ -[global_config] - enabled_plugins = , - title_transmit_bg_color = "#d30102" - focus = mouse - -[keybindings] - -[profiles] - - [[default]] - - [[solarized-dark]] - palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" -# cursor_color = "#eee8d5" - foreground_color = "#eee8d5" - background_color = "#002b36" - - visible_bell = False - scrollbar_position = hidden - icon_bell = False - show_titlebar = False - copy_on_selection = True - scrollback_infinite = True - - font = DejaVu Sans Mono 10 - background_image = None - background_darkness = 0.5 - urgent_bell = True - use_system_font = False - - [[solarized-light]] - palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" - background_color = "#eee8d5" - cursor_color = "#002b36" - foreground_color = "#002b36" - - visible_bell = False - scrollbar_position = hidden - icon_bell = False - show_titlebar = False - copy_on_selection = True - scrollback_infinite = True - -[layouts] - - [[default]] - - [[[child1]]] - type = Terminal - parent = window0 - profile = solarized-dark - - [[[window0]]] - type = Window - parent = "" -[plugins]