Terminator基础
config
evan@my:~$ cat .config/terminator/config [global_config] title_transmit_fg_color = "#000000" title_transmit_bg_color = "#3e3838" inactive_color_offset = 1.0 enabled_plugins = CustomCommandsMenu, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler [keybindings] [profiles] [[default]] background_color = "#0e2424" background_darkness = 1.0 background_type = transparent cursor_shape = ibeam font = Liberation Mono 13 foreground_color = "#e8e8e8" scroll_background = False scrollback_lines = 3000 palette = "#000000:#5a8e1c:#2d5f5f:#cdcd00:#1e90ff:#cd00cd:#00cdcd:#e5e5e5:#4c4c4c:#868e09:#00ff00:#ffff00:#4682b4:#ff00ff:#00ffff:#ffffff" use_system_font = False copy_on_selection = True [layouts] [[default]] [[[child1]]] type = Terminal parent = window0 profile = default [[[window0]]] type = Window parent = "" size = 925, 570 [plugins]
config 说明
global_config] title_transmit_bg_color = "#d30102" focus = system suppress_multiple_term_dialog = True [keybindings] [profiles] [[default]] palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec" background_color = "#2D2D2D" # 背景颜色 background_image = None background_darkness = 0.85 cursor_color = "#FFFFFF" # 光标颜色 cursor_blink = True # 光标是否闪烁 foreground_color = "#EEE9E9" # 文字的颜色 use_system_font = False # 是否启用系统字体 font = Ubuntu Mono 13 # 字体设置,后面的数字表示字体大小 copy_on_selection = True # 选择文本时同时将数据拷贝到剪切板中 show_titlebar = False # 不显示标题栏,也就是 terminator 中那个默认的红色的标题栏 [layouts] [[default]] [[[child1]]] type = Terminal parent = window0 profile = default [[[window0]]] type = Window parent = "" [plugins]
see also
https://blog.csdn.net/ipatient/article/details/51547658
https://blog.csdn.net/zhangkzz/article/details/90524066
https://blog.csdn.net/moondog123/article/details/88584075
https://blog.csdn.net/tansir94/article/details/81410450