Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I set default terminal to Terminator? [closed]

People also ask

How do I change terminal mode?

Switch to Console modeUse the Ctrl-Alt-F1 shortcut keys to switch to the first console. To switch back to Desktop mode, use the Ctrl-Alt-F7 shortcut keys.

How do I make Alacritty default terminal?

I believe you can open dconf Editor and go to org > gnome > desktop > application > terminal and change gnome-terminal to the terminal of your choice. Just be carefull and be sure you can restore the default.

How do I change my default on Konsole?

You can also set a Konsole profile as the default profile. To do that, select a Konsole profile and click on Set as Default. If you have multiple Konsole profiles, you can switch them from Settings > Switch Profile.

How do you customize a terminal in Terminator?

Open Terminator. Right click -> Preferences. In the Layouts tab (to the right of the Profiles tab), edit the default one, you will see that it says Window | window0 and Terminal | child1. For the Terminal | child1, you can set: a Profile (to choose from the installed ones), a Default command, and a Working directory.


From within a terminal, try

sudo update-alternatives --config x-terminal-emulator

Select the desired terminal from the list of alternatives.


change Settings Manager >> Preferred Applications >> Utilities


Copy-paste the following into your current terminal:

gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"

This modifies the dconf to make terminator the default program. You could also use dconf-editor (a GUI-based tool) to make changes to the dconf, as another answer has suggested. If you would like to learn and understand more about this topic, this may help you.


devnull is right;

sudo update-alternatives --config x-terminal-emulator

works. See here and here, and some comments in here.


open dconf Editor and go to org > gnome > desktop > application > terminal and change gnome-terminal to terminator


In xfce (e.g. on Arch Linux) you can change the parameter TerminalEmulator:

 TerminalEmulator=xfce4-terminal

to

TerminalEmulator=custom-TerminalEmulator

The next time you want to open a terminal window, xfce will ask you to choose an emulator. You can just pick /usr/bin/terminator.

System Defaults

/etc/xdg/xfce4/helpers.rc

User Defaults

/home/USER/.config/xfce4