config: xfwm4: disable compositor by default (improve video performance/prevent tearing)

This commit is contained in:
nodiscc
2020-04-06 18:56:11 +02:00
parent 7e7ceab3e7
commit 3756d3cdf9

View File

@@ -29,7 +29,7 @@
<property name="show_frame_shadow" type="bool" value="false"/> <property name="show_frame_shadow" type="bool" value="false"/>
<property name="unredirect_overlays" type="bool" value="true"/> <property name="unredirect_overlays" type="bool" value="true"/>
<property name="urgent_blink" type="bool" value="true"/> <property name="urgent_blink" type="bool" value="true"/>
<property name="use_compositing" type="bool" value="true"/> <property name="use_compositing" type="bool" value="false"/>
<property name="cycle_preview" type="bool" value="true"/> <property name="cycle_preview" type="bool" value="true"/>
<property name="cycle_tabwin_mode" type="int" value="0"/> <property name="cycle_tabwin_mode" type="int" value="0"/>
<property name="sync_to_vblank" type="bool" value="true"/> <property name="sync_to_vblank" type="bool" value="true"/>