summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-03-13 12:49:12 +0300
committermonsta <[email protected]>2017-03-13 12:52:32 +0300
commit113a97395643250bf3c7afb36d19e12a9e5950bf (patch)
treecce4099b22a31cc8517039b09aa830212c76ece5
parentf70d31c2d72d6465731b38c28f383a10958a65f6 (diff)
downloadmarco-113a97395643250bf3c7afb36d19e12a9e5950bf.tar.bz2
marco-113a97395643250bf3c7afb36d19e12a9e5950bf.tar.xz
schema: make compositing on by default
-rw-r--r--src/org.mate.marco.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml
index cfa4feb9..ed6f523b 100644
--- a/src/org.mate.marco.gschema.xml
+++ b/src/org.mate.marco.gschema.xml
@@ -147,7 +147,7 @@
<description>Tells Marco how to implement the visual indication that the system bell or another application 'bell' indicator has been rung. Currently there are two valid values, "fullscreen", which causes a fullscreen white-black flash, and "frame_flash" which causes the titlebar of the application which sent the bell signal to flash. If the application which sent the bell is unknown (as is usually the case for the default "system beep"), the currently focused window's titlebar is flashed.</description>
</key>
<key name="compositing-manager" type="b">
- <default>false</default>
+ <default>true</default>
<summary>Compositing Manager</summary>
<description>Determines whether Marco is a compositing manager.</description>
</key>