Created
March 23, 2019 07:31
-
-
Save SoulSu/2c5eebad4971e2d9dc163f069444b86c to your computer and use it in GitHub Desktop.
~/.config/terminator/config terminator 配置
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] | |
handle_size = -3 | |
enabled_plugins = CustomCommandsMenu, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
title_transmit_fg_color = "#000000" | |
suppress_multiple_term_dialog = True | |
title_transmit_bg_color = "#3e3838" | |
inactive_color_offset = 1.0 | |
[keybindings] | |
[profiles] | |
[[default]] | |
palette = "#000000:#5a8e1c:#2d5f5f:#cdcd00:#1e90ff:#cd00cd:#00cdcd:#e5e5e5:#4c4c4c:#868e09:#00ff00:#ffff00:#4682b4:#ff00ff:#00ffff:#ffffff" | |
background_image = "" | |
background_darkness = 0.68 | |
scrollback_lines = 3000 | |
background_type = transparent | |
use_system_font = False | |
scroll_background = False | |
show_titlebar = False | |
cursor_shape = ibeam | |
font = Liberation Mono 12 | |
background_color = "#0e2424" | |
foreground_color = "#e8e8e8" | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[[[window0]]] | |
type = Window | |
parent = "" | |
size = 925, 570 | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment