Created
May 13, 2021 06:05
-
-
Save lixianyang/f913365bcaa7daca49af5eb023f35714 to your computer and use it in GitHub Desktop.
terminator 配置文件 ~/.config/terminator/config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global_config] | |
window_state = maximise | |
title_use_system_font = False | |
title_font = Sans 15 | |
[keybindings] | |
[profiles] | |
[[default]] | |
background_color = "#ffe4e1" | |
background_darkness = 0.85 | |
background_type = transparent | |
cursor_color = "#aaaaaa" | |
font = Ubuntu Mono 26 | |
foreground_color = "#2e3436" | |
show_titlebar = False | |
scrollbar_position = hidden | |
scrollback_infinite = True | |
use_system_font = False | |
[layouts] | |
[[default]] | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment