티스토리 뷰
$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
'Linux' 카테고리의 다른 글
vi 한글이 깨지는 경우 (0) | 2019.08.19 |
---|---|
ANSI C의 미리 정의된 매크로 (0) | 2019.08.17 |
Top 40 Best Linux Commands Cheat Sheet. Get It Free Now (0) | 2019.08.13 |
16 Best Things To Do After Installing Elementary OS 5 Juno (0) | 2019.08.13 |
Vim Cheat Sheet (0) | 2019.08.12 |