기본 터미널 어플리케이션을 사용하는 경우, 창분할과 다른 고급기능이 필요한 경우 대안을 찾게 됩니다.
저는 terminator, tilix 등을 주로 사용하는데, 우분투에서 기본으로 설정되어 있는 터미널 어플리케이션을 간단한 커멘드로 교체할 수 있습니다.
$ sudo update-alternatives --config x-terminal-emulator
위 명령어를 입력하고 엔터를 입력하면, 설치되어 있는 터미널 에뮬레이터들의 목록이 나오고 선택할 수 있습니다.
저는 아래와 같이 나오네요. 아... 위 명령어 전에 tilix 라는 터미널 에뮬레이터를 설치하였습니다.
There are 2 choices for the alternative x-terminal-emulator (providing /usr/bin/x-terminal-emulator).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/gnome-terminal.wrapper 40 auto mode
1 /usr/bin/gnome-terminal.wrapper 40 manual mode
* 2 /usr/bin/tilix.wrapper 30 manual mode
Press <enter> to keep the current choice[*], or type selection number:
저는 이미 설정한 상태여서 tilix 가 기본 앱으로 선택되어 있습니다.
각자 원하는 터미널 에뮬레이터를 선택하고 super + t 버튼이나, ctrl + alt + t 버튼을 누르면 방금 선택한 에뮬레이터가 작동하는 것을 확인할 수 있습니다.