mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 05:14:22 +02:00
picom: switch to glx backend using experimental backends
There are some artifacts with xr_glx_hybrid and it is not available as experimental. Let's try glx with experimental backend. No tearing. Tested with https://www.youtube.com/watch?v=MfL_JkcEFbE.
This commit is contained in:
parent
71a3d1d4a4
commit
8c1b3b7bb2
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
backend = "xr_glx_hybrid";
|
||||
backend = "glx";
|
||||
vsync = true;
|
||||
mark-ovredir-focused = true;
|
||||
use-ewmh-active-win = true;
|
||||
|
|
|
@ -3,5 +3,5 @@ Description=Compositor for X11
|
|||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/picom
|
||||
ExecStart=/usr/bin/picom --experimental-backends
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue