Change the default terminal
Change which terminal Regolith loads by default.
The default terminal that ships with Regolith, st-term, is a minimal terminal application. There are others that offer more features. To update Regolith to use your (already installed) terminal of choice, we just need to update the i3 config file. In this example we'll use gnome-terminal
but substitute your term command as needed.
- Stage your own i3 config file (tutorial), then open
~/.config/regolith/i3/config
in your editor of choice. - Remap the i3-wm config to launch
gnome-terminal
instead ofst
by editing~/.config/regolith/i3/config
and changing the following line: From:bindsym $mod+Return exec st
To:bindsym $mod+Return exec gnome-terminal
- Save the file and exit the editor.
- If you've just staged your i3 config file, you'll need to log back in to have the changes take effect. This only needs to happen once though, and so if you've already made a copy previously and logged in since, just reload i3 with
⊞ Win
-shift
-r
. - (Optional) Update your system to default to your terminal of choice by running
sudo update-alternatives --config x-terminal-emulator
(See this page for more details)
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 29, 2020: Initial commit. Migrated from regolith-linux.github.io/hugo-R1.3-WIP. (495151f)