Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lixianyang/f913365bcaa7daca49af5eb023f35714 to your computer and use it in GitHub Desktop.
Save lixianyang/f913365bcaa7daca49af5eb023f35714 to your computer and use it in GitHub Desktop.
terminator 配置文件 ~/.config/terminator/config
[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