mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 05:14:22 +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]
|
||||
Environment=DISPLAY=%I
|
||||
ExecStart=/usr/bin/picom --experimental-backends \
|
||||
--backend glx \
|
||||
ExecStart=/usr/bin/picom --backend glx \
|
||||
--glx-no-stencil \
|
||||
--glx-no-rebind-pixmap \
|
||||
--vsync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue