diff --git a/home-manager/desktop/terminator/config b/home-manager/desktop/terminator/config new file mode 100644 index 0000000..5ec7c7c --- /dev/null +++ b/home-manager/desktop/terminator/config @@ -0,0 +1,22 @@ +[global_config] + borderless = True +[keybindings] +[profiles] + [[default]] + background_color = "#fdf6e3" + background_darkness = 0.8 + cursor_color = "#aaaaaa" + font = Liberation Mono 12 + foreground_color = "#657b83" + show_titlebar = False + palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + use_system_font = False +[layouts] + [[default]] + [[[window0]]] + type = Window + parent = "" + [[[child1]]] + type = Terminal + parent = window0 +[plugins]