Updated Home (markdown)

Simon Ser 2020-11-12 19:22:53 +01:00
parent 03e2af485a
commit f4af5d942e

@ -525,7 +525,7 @@ This can be fixed by adding the following to your configuration file:
```sh
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec dbus-update-activation-environment 2>/dev/null && \
exec hash dbus-update-activation-environment 2>/dev/null && \
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
```