drirc: Add picom to adaptive_sync exclusion list
authorBenjamin Cheng <ben@bcheng.me>
Fri, 3 Jul 2020 21:59:52 +0000 (17:59 -0400)
committerMarge Bot <eric+marge@anholt.net>
Sat, 4 Jul 2020 08:46:12 +0000 (08:46 +0000)
The compton compositor is unmaintained, with a new fork named picom taking
its place. As with the other compositors (including compton), adaptive
sync should not be enabled.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5740>

src/util/00-mesa-defaults.conf

index ddc65a21fe85c4bd260995458ce9e21e9cf9cdce..55c85e3477ea02d2d5d02bf44d2ca57101273051 100644 (file)
@@ -509,6 +509,9 @@ TODO: document the other workarounds.
         <application name="compton" executable="compton">
             <option name="adaptive_sync" value="false" />
         </application>
+        <application name="picom" executable="picom">
+            <option name="adaptive_sync" value="false" />
+        </application>
         <application name="xfwm4" executable="xfwm4">
             <option name="adaptive_sync" value="false" />
         </application>