[*]
On this tutorial, we are going to speak about Kitty Terminal developed in Python and C programming languages. It’s a extremely configurable Terminal app within the open-source class, the supply code is out there on GitHub.
Effectively, Kitty Terminal will not be some fancy app with plenty of inbuilt options as an alternative it has been developed to maintain one factor in thoughts i.e efficiency and low consumption of system sources. Nevertheless, a person can customise it with the assistance of its configuration similar to Fonts, window measurement, background, and foreground colour, and extra…
Set Kitty as Default Ubuntu Terminal
This tutorial is to configure Kitty because the default Ubuntu terminal and is not only restricted to Ubuntu 22.04/20.04 methods. We are able to use it for Linux Mint, Debian, POP OS, Elementary, Zorin OS, and extra…
1. Run a command terminal
Open any put in command terminal in your Ubuntu Linux. It’s as a result of right here on this tutorial we’re going to use the command line to configure the default utility. You need to use the Ctlr+Alt+T keyboard shortcut.
2. Change the default terminal to Kitty
Make certain Kitty is put in in your system earlier than planning to set it because the default Terminal on Ubuntu 22.04 or 20.04. For those who don’t know set up it then in your Ubuntu Terminal merely run – sudo apt set up kitty -y
Whereas, if you have already got the Kitty then use the system’s inbuilt utility referred to as update-alternatives. We are able to use this utility to change between the put in Terminal functions on our system to make any of them the default one. It’s not restricted to the terminal apps, we are able to use it for browsers and different functions as effectively. It’s as a result of this utility is accountable for organising default functions in Ubuntu or Debian. Run the given command to vary and choose the default Ubuntu or Debian Terminal.
sudo update-alternatives --config x-terminal-emulator
After that, all of the out there terminals in your system will likely be listed together with a Choice quantity. What now we have to do is kind the choice variety of Kitty and hit the Enter key.
There are 7 decisions for the choice x-terminal-emulator
(offering /usr/bin/x-terminal-emulator).
Choice Path Precedence Standing
------------------------------------------------------------
0 /usr/bin/alacritty 50 auto mode
1 /usr/bin/alacritty 50 handbook mode
* 2 /usr/bin/gnome-terminal.wrapper 40 handbook mode
3 /usr/bin/kitty 20 handbook mode
4 /usr/bin/koi8rxterm 20 handbook mode
5 /usr/bin/lxterm 30 handbook mode
6 /usr/bin/uxterm 20 handbook mode
7 /usr/bin/xterm 20 handbook mode
Press to maintain the present alternative[*], or kind choice quantity:
3. Verify whether or not Kitty is ready because the default terminal or not
Within the above record, you may see by the Gnome Terminal was chosen because the default one. Now, as we entered the “choice” variety of Kitty, therefore the Asterik signal will transfer to that. This implies the terminal has been modified to Kitty in our Ubuntu 22.04 or 20.04 efficiently. You can too use the default keyboard shortcut Ctrl+Alt+T to open Kitty Terminal now.
To verify additional run the given command once more and this time you will notice the modifications. To exit press Ctrl+C.
sudo update-alternatives --config x-terminal-emulator
In the identical means, we are able to change and set another terminal utility on Ubuntu 20.04 or 22.04 because the default one utilizing the update-alternatives utility. You probably have questions, the remark part is all yours.
Different Articles:
⇒ How to change and Set the default terminal in Ubuntu or Debian
⇒ How to install Kitty Terminal on Ubuntu 22.04 or 20.04
⇒ Set Alacritty as Default Terminal in Ubuntu 22.04 or 20.04
⇒ How to change the default kernel in Ubuntu 22.04 | 20.04 LTS