diff options
Diffstat (limited to '.config/terminator')
| -rw-r--r-- | .config/terminator/config | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/terminator/config b/.config/terminator/config new file mode 100644 index 0000000..8965081 --- /dev/null +++ b/.config/terminator/config @@ -0,0 +1,29 @@ +[global_config] + borderless = True +[keybindings] +[profiles] + [[default]] + background_darkness = 0.8 + background_type = transparent + font = Iosevka Term 12 + scrollback_infinite = True + use_system_font = False + title_transmit_bg_color = "#3584e4" + title_receive_bg_color = "#57e389" + [[netflix]] + background_color = "#282828" + background_darkness = 0.1 + background_type = transparent + font = DejaVuSansMono Nerd Font Mono 10 + foreground_color = "#ebdbb2" + use_system_font = False +[layouts] + [[default]] + [[[window0]]] + type = Window + parent = "" + [[[child1]]] + type = Terminal + parent = window0 + profile = default +[plugins] |
