mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
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:
parent
19f3c79c7e
commit
a573c8cd47
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue