mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
picom: don't use experimental backends
There is some flickering from time to time. Let's wait the next version for that.
This commit is contained in:
parent
a09b4a1470
commit
f306ffe866
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ PartOf=graphical-session@%i.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/bin/picom --experimental-backends \
|
ExecStart=/usr/bin/picom --backend glx \
|
||||||
--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