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:
parent
5aefd01096
commit
4550c7c435
@ -4,7 +4,7 @@ Requires=graphical-session.target
|
|||||||
After=dbus.service graphical-session.target xorg.target
|
After=dbus.service graphical-session.target xorg.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/picom --experimental-backends --dbus
|
ExecStart=/usr/bin/picom --dbus
|
||||||
Restart=always
|
Restart=always
|
||||||
Slice=session.slice
|
Slice=session.slice
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user