IT/우분투

터미네이터 설치

오뚜깅 2019. 12. 2. 19:56
반응형

sudo apt-get install terminator

 

터미네이터 실행 후 vim ~/.config/terminator/config 타이핑.

 

위의 명령어를 쳐서 경로 /home/USER/.config/terminator 안에 config 파일안에 터미네이터 사용자 환경을 구축할 수 있습니다.

만약 config 파일이 없으면 위ㅣ 경로를 만들어주고 config 파일을 만들어주면 됩니다.

 

config 파일 안에 저는 이렇게 설정해놓고 잘 사용합니다.

 

[global_config]

  tab_position = bottom

  handle_size = 0

  focus = system

[keybindings]

[profiles]

  [[default]]

    # scrollbar_position = hidden

    use_system_font = False

    background_darkness = 0.8

    background_type = transparent

    background_image = None

    show_titlebar = False

    font = Ubuntu Mono 14

[layouts]

  [[default]]

    [[[child1]]]

      type = Terminal

      parent = window0

    [[[window0]]]

      type = Window

      parent = ""

      size = 1200, 600

[plugins]

반응형