Linux/Ubuntu

기본 터미널 변경하기

구차니 2025. 9. 22. 22:00

odroid c2 / armbian 쓰는데 termiantor 가 기본 터미널이라 쓸데없이(!) 폰트만 커서 마음에 안들어

변경하는법 찾음. 단축키로는 x-terminal-emulator가 실행되고

이게 연결된 프로그램으로 넘겨주는 듯 한데, gnome-terminal이 간결하고 짱이지 ㅋ

$ sudo update-alternatives --config x-terminal-emulator
대체 항목 x-terminal-emulator에 대해 (/usr/bin/x-terminal-emulator 제공) 2개 선택이 있습니다.

  선택       경로                           우선순� 상태
------------------------------------------------------------
* 0            /usr/bin/terminator               50        자동 모드
  1            /usr/bin/gnome-terminal.wrapper   40        수동 모드
  2            /usr/bin/terminator               50        수동 모드

Press <enter> to keep the current choice[*], or type selection number: 1
update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in manual mode

[link : https://stackoverflow.com/questions/16808231/how-do-i-set-default-terminal-to-terminator]