Auto start terminal application on boot

Im trying to setup i3 after years KDE plasma, its running pretty smooth so far and I’m highly impressed but I’m having trouble autostarting ytop in a terminal on my ‘system’ workspace.
I can get a terminal open with:
exec --no-startup-id i3-msg 'workspace system; exec /usr/bin/terminal'
but i can’t figure out how to get ytop open inside it. This is a probably a super noob question and I’ve consulted search engines with no answer.

Hi there! It should work like this:
exec --no-startup-id terminal -e 'ytop'

3 Likes

Thank You!!!

Glad I could help you.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.