#Is there a way to make a launch script that launches terminals and autoruns commands within them?

8 messages · Page 1 of 1 (latest)

livid pasture
#

I'm trying to make a launchable screensaver that just opens terminals to then make them run screensavers something like the one pictured.

Possible or Nay?

prisma breach
#

Possible.

#

Like, this: konsole -e bash -c "ls; exec bash"

#

Replace konsole with your preferred terminal then replace ls with the screensaver command.

#

You set that command to run when a shortcut is invoked, refer to your keyboard settings.

livid pasture
#

how can i just run the script through terminal rather than using keyboard shortcuts?

prisma breach
#

I don't know what you mean. Just invoke the command for the screensaver, I guess.

livid pasture
#

figured it out