The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

terminal commands on startup

asked 2014-07-25 01:26:39 +0000

denten gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-07-25 09:56:46 +0000

aorith gravatar image

try

exec --no-startup-id i3-msg 'workspace 2; exec xterm -e freetalk

and if you want that the terminal stays when you close that program add:

exec --no-startup-id i3-msg 'workspace 2; exec xterm -e freetalk; bash

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-07-25 01:26:39 +0000

Seen: 1,177 times

Last updated: Jul 25 '14