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