mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
picom: switch to experimental backends
This commit is contained in:
parent
e6d1acc4ba
commit
a09b4a1470
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ PartOf=graphical-session@%i.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/bin/picom --backend glx \
|
ExecStart=/usr/bin/picom --experimental-backends \
|
||||||
|
--backend glx \
|
||||||
--glx-no-stencil \
|
--glx-no-stencil \
|
||||||
--glx-no-rebind-pixmap \
|
--glx-no-rebind-pixmap \
|
||||||
--vsync
|
--vsync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue