Update FAQ from OR to AND

Both of these options seem to be needed. So changing OR to AND seems preferable.
This commit is contained in:
Dries1234 2022-09-15 10:35:37 +02:00 committed by GitHub
parent cbe8e57b28
commit 31af71c7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ Until then, OTD.
```plain ```plain
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
``` ```
or and
```plain ```plain
exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
``` ```