1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

picom: Remove --experimental-backends

They're now default and the legacy backends are the exceptional case.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2022-08-31 18:52:48 +00:00
parent 14805b3f9a
commit 499b044fea
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -4,7 +4,7 @@ Requires=graphical-session.target
After=dbus.service graphical-session.target xorg.target
[Service]
ExecStart=/usr/bin/picom --experimental-backends --dbus
ExecStart=/usr/bin/picom --dbus
Restart=always
Slice=session.slice