-
-
Notifications
You must be signed in to change notification settings - Fork 31
HowTo: Change the default terminal from st to gnome terminal
Ken Gilmer edited this page Oct 19, 2019
·
1 revision
- Install gnome-terminal (or whatever terminal you prefer):
sudo apt install gnome-terminal
and Stage your own i3 config file. - 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 file and 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)
Since most of this wiki content was created, a new site for Regolith was created. This wiki content was written for Regolith 1.2 but most of it still applies to 1.3. However, it is suggested to first check if the information you are looking for is here.