#Is there a way to make a launch script that launches terminals and autoruns commands within them?
8 messages · Page 1 of 1 (latest)
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.
how can i just run the script through terminal rather than using keyboard shortcuts?
I don't know what you mean. Just invoke the command for the screensaver, I guess.
figured it out