picom: update to picom 1.10.x

This commit is contained in:
Vincent Bernat 2023-03-25 00:44:19 +01:00
parent c78fbc2cdd
commit 50ab78e33d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
backend = "glx";
backend = "egl";
vsync = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;

View file

@ -4,6 +4,6 @@ PartOf=graphical-session.target
[Service]
ExecStartPre=%h/.config/i3/bin/picom-configure
ExecStart=/usr/bin/picom --config %t/i3/picom.conf --experimental-backends
ExecStart=/usr/bin/picom --config %t/i3/picom.conf
ExecReload=%h/.config/i3/bin/picom-configure
Restart=on-failure