From e6bf7b181f9b39853e5295a4d0fd1bb62aa530fa Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 24 Mar 2020 22:29:45 +0000 Subject: [PATCH] systemd: picom should wait for dbus to start --- .config/systemd/user/picom.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/systemd/user/picom.service b/.config/systemd/user/picom.service index ed9808f..3f0e245 100644 --- a/.config/systemd/user/picom.service +++ b/.config/systemd/user/picom.service @@ -1,7 +1,7 @@ [Unit] Description=A lightweight compositor for X11 Requires=graphical-session.target -After=graphical-session.target xorg.target +After=dbus.service graphical-session.target xorg.target [Service] Type=simple