diff options
author | Jani Välimaa <wally@mageia.org> | 2018-10-27 17:08:40 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2018-10-27 17:08:40 +0300 |
commit | 62bdb0755f73022525cd982144668b3fe6213f69 (patch) | |
tree | 80d79c1165641c451885a671ca71365dfe56bf2d | |
parent | d4add2f1ef36afaf9c50717a318490f3fc1ac64e (diff) | |
download | config-62bdb0755f73022525cd982144668b3fe6213f69.tar config-62bdb0755f73022525cd982144668b3fe6213f69.tar.gz config-62bdb0755f73022525cd982144668b3fe6213f69.tar.bz2 config-62bdb0755f73022525cd982144668b3fe6213f69.tar.xz config-62bdb0755f73022525cd982144668b3fe6213f69.zip |
Xfwm4: enable display compositing by default
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- Xfwm4: enable display compositing by default + Version 4.120.7.1 - 2018-10-27 - switch back to Adwaita theme as a default one as TraditionalOk seems to be quite buggy with Gtk3 apps diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index 1832a3a..27bd48f 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -66,7 +66,7 @@ <property name="toggle_workspaces" type="bool" value="false"/> <property name="unredirect_overlays" type="bool" value="true"/> <property name="urgent_blink" type="bool" value="false"/> - <property name="use_compositing" type="bool" value="false"/> + <property name="use_compositing" type="bool" value="true"/> <property name="workspace_count" type="int" value="4"/> <property name="wrap_cycle" type="bool" value="true"/> <property name="wrap_layout" type="bool" value="false"/> |