picom: move to non-experimental backend

This commit is contained in:
Vincent Bernat 2021-07-28 08:23:03 +02:00
parent 8e0e281f4f
commit e2e87fb193
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
backend = "glx";
vsync = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
mark-ovredir-focused = true;
use-ewmh-active-win = true;

View file

@ -3,5 +3,5 @@ Description=Compositor for X11
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/picom --experimental-backends
ExecStart=/usr/bin/picom
Restart=on-failure