mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-29 07:14:45 +02:00
picom: give up on no-rebind-pixmap but enable experimental backends
This commit is contained in:
parent
263417ae6f
commit
df6c5875dd
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ 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 \
|
||||||
--glx-no-rebind-pixmap \
|
--backend glx \
|
||||||
--vsync
|
--vsync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue