drirc: Add picom to adaptive_sync exclusion list

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>
This commit is contained in:
Benjamin Cheng 2020-07-03 17:59:52 -04:00 committed by Marge Bot
parent 19f3c79c7e
commit a573c8cd47

View 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>