mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
This reverts commit e6d1acc4ba
. While
compton is unmaintained, it works for me. Unfortunately, I am unable
to find a solution to get picom working correctly. Both xr_gl_hybrid
and glx backends introduce some flickering while the xrender backend
is unable to remove tearing.
11 lines
344 B
Desktop File
11 lines
344 B
Desktop File
[Unit]
|
|
Description=Compositor for X11 on %I
|
|
PartOf=graphical-session@%i.target
|
|
|
|
[Service]
|
|
Environment=DISPLAY=%I
|
|
ExecStart=/usr/bin/compton --backend glx \
|
|
--xrender-sync \
|
|
--xrender-sync-fence \
|
|
--vsync opengl-swc \
|
|
--paint-on-overlay
|