How to set $TERMINAL with tmux
Hey there,
I tried to change the behaviour of i3-sensible-terminal to open my terminal of choice with tmux. In my case I tried to set $TERMINAL = "xfce4-terminal -e tmux"
But the script of i3-sensible-terminal calls "command -v $TERMINAL" which prints
/usr/bin/xfce4-terminal
/usr/bin/tmux
which indicates it thinks that $TERMINAL are actually two commands and not one thus only opening xfce4-terminal
So how can I set it to use "xfce4-terminal -e tmux" as one command?
Thanks :)