Ubuntu之Terminator配置


轉載自:http://blog.csdn.net/ipatient/article/details/51547658

1.安裝

sudo apt-get install terminator

2. 修改配置文件

cd ~/.config/terminator/ && sudo gedit config

3. 修改如下,必要時刪除中文注釋

[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 = "#2D2D2D" # 光標顏色
    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]

 4.  保存,推出,啟動terminator 

 
       


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM