terminal commands on startup
I am trying to run freetalk in the terminal on startup (expecting a terminal window to remain open, running freetalk). First I tried:
exec --no-startup-id i3-msg 'workspace 2; exec freetalk
That does not work. I am now trying something like:
exec --no-startup-id i3-msg 'workspace 2; exec i3-sensible-terminal'
But I don't know how to further pass commands into the terminal.