Personal post-processing of pkgs

If it's NOT any kind of services but applications, it depends.

If it does NOT have *.desktop file in /usr/local/share/applications, simply specify command line options you want on startup. More, if you always want to specify specific option(s), create alias or shell script.

If it has *.desktop file in /usr/local/share/applications and you're using XDG-aware WM / DE, copy it into ~/.config/autostart and edit copied one to modify Exec= line.
 
Back
Top