From f4af5d942ea7cc3fef09ce48001f171e6f109ed4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 12 Nov 2020 19:22:53 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5cac07a..e6b7d9c 100644 --- a/Home.md +++ b/Home.md @@ -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 ```