I was trying to change the default terminal through the i3 config file and I can’t figure where to change the terminal variable in the pic
I don’t want to change the line to bindsym $mod+Return exec st
because if I do so when I’d launch other programs (ex. ranger, mocp) they will start with the old terminal.
Where do I modify the terminal variable?
The config file is the default one.
create ~/.local/bin directory and a file called “terminal” in there
with the necessary content to start your terminal of choice xterm $@
for example
make it executable …
in your $PATH variable ~/.local/bin
comes before /usr/bin
so this ~/.local/bin/terminal
gets executed instead of /usr/bin/terminal