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
14805b3f9a
commit
499b044fea
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user