From ea01f1505ed6d22ab730aa8dec6cf6eeac6fb25e Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Thu, 1 Jan 2026 17:25:49 +0100 Subject: fonts, vscode, profiles --- .config/terminator/config | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .config/terminator/config (limited to '.config/terminator/config') 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] -- cgit v1.2.3