Terminator settings

hogeol·2022년 9월 15일
0

Ubuntu

목록 보기
9/12

I. sudo apt install -y terminator
II. restart terminal

ctrl + alt + T

III. right click in termintor, click 'preferences'
IV. In Layouts bar, click save

V. close 'Terminator Preferences'
VI. In terminal

gedit ~/.config/terminator/config

[global_config]
  handle_size = 0
  focus = system
[keybindings]
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      size = 1200, 800
      type = Window
[plugins]
[profiles]
  [[default]]
    scrollback_infinite = True
    use_system_font = False
    background_darkness = 0.7
    background_type = transparent
    background_image = None
    show_titlebar = True

VII. Save and restart terminator

0개의 댓글