We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use systemd user unit to autostart this watermark. Like this: https://gist.github.com/SourLemonJuice/07ca3d0a66194110dfe4c45229320c1c
This makes it easy to control its autostart and view status.
EDIT: Use WantedBy=graphical-session.target instead default.target to make it can autostart.
WantedBy=graphical-session.target
default.target
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use systemd user unit to autostart this watermark.
Like this: https://gist.github.com/SourLemonJuice/07ca3d0a66194110dfe4c45229320c1c
This makes it easy to control its autostart and view status.
EDIT:
Use
WantedBy=graphical-session.target
insteaddefault.target
to make it can autostart.The text was updated successfully, but these errors were encountered: