mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
picom: use vsync-use-glfinish
This seems to remove flickering issues happening on both Intel and AMD GPU.
This commit is contained in:
parent
e88fbea645
commit
62f3f84490
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ PartOf=graphical-session@%i.target
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/bin/picom --backend xr_glx_hybrid \
|
ExecStart=/usr/bin/picom --backend xr_glx_hybrid \
|
||||||
--vsync
|
--vsync \
|
||||||
|
--vsync-use-glfinish
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue