Hi there, it would help if you could provide some more information on what that script should actually do.
Generally speaking, if you want it to run it when you login to your graphical session, you could put a .desktop file to run that script below /etc/xdg/autostart/ - see
https://specifications.freedesktop.org/ ... atest.htmlYou could also create a systemd service for it, when runs when the system boots up, or a systemd user service which runs when the user is logged in. Although it depends what you actually want to do in that script, there are also some more ways to start it ... you could also simply call it in your ~/.bash_profile