mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
systemd: picom should wait for dbus to start
This commit is contained in:
parent
cd5cb41179
commit
e6bf7b181f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user