Linux

기본 터미널 변경(terminator)

정든친구 2019. 8. 14. 09:41

$sudo apt-get install terminator

 

*** 내 설정

파일명: ~/.config/terminator/config

 

내용:

[global_config]
    tab_position = bottom
    handle_size = 0
    focus = system
[keybindings]
[profiles]
    [[default]]
        scrollbar_position = hidden
        use_system_font = False
        background_darkness = 0.9
        background_type = transparent
        background_image = None
        show_titlebar = False
        font = Bitstream Vera Sans Mono 10
[layouts]
    [[default]]
        [[[child1]]]
            type = Terminal
            parent = window0
        [[[window0]]]
            type = Window
            parent = ""
            size = 1000, 600
[plugins]

 

*** 기본 터미널로 설정

$ gsettings set org.gnome.desktop.default-applications.terminal exec '/usr/bin/terminator'

 

 

*** 참고한 사이트 ***

https://programmingsummaries.tistory.com/361

 

[Linux] Ubuntu Gnome 터미널 추천 - Terminator

들어가며 우분투 그놈의 경우 버그로 인해 터미널 투명 배경이 지원되지 않는 문제가 우분투 그놈 14.10까지 이어지고 있다. 투명 배경을 지원하는 터미널을 찾기 위해 여러가지 터미널을 찾아보다가 마침내 Termi..

programmingsummaries.tistory.com