Firefox/en: Difference between revisions
Updating to match new version of source page Tags: Mobile edit Mobile web edit |
Updating to match new version of source page Tags: Mobile edit Mobile web edit |
||
| Line 182: | Line 182: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* Ensure that the environment variables are correctly set for the user systemd units, e.g. | * Ensure that the environment variables are correctly set for the user systemd units, e.g. | ||
# Sway users might achieve this by adding the following to their Sway config file | # Sway users might achieve this by adding the following to their Sway config file | ||
# This ensures all user units started after the command (not those already running) set the variables | # This ensures all user units started after the command (not those already running) set the variables | ||
<syntaxhighlight lang="bash"> | |||
exec systemctl --user import-environment | exec systemctl --user import-environment | ||
</syntaxhighlight> | </syntaxhighlight> | ||