/usr/share/glib-2.0/schemas/org.freedesktop.compiz.extrawm.gschema.xml is in compiz-plugins-extra 0.9.7.0~bzr9-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <?xml version="1.0"?>
<schemalist>
<schema id="org.freedesktop.compiz.extrawm" gettext-domain="compiz">
<key type="s" name="toggle-redirect-key">
<default>'Disabled'</default>
<summary>Toggle Redirect</summary>
<description>Toggle window redirect</description>
</key>
<key type="s" name="toggle-fullscreen-key">
<default>'Disabled'</default>
<summary>Toggle Fullscreen</summary>
<description>Toggle window fullscreen</description>
</key>
<key type="s" name="toggle-always-on-top-key">
<default>'Disabled'</default>
<summary>Toggle Always-On-Top</summary>
<description>Toggle always on top for the active window</description>
</key>
<key type="s" name="toggle-sticky-key">
<default>'Disabled'</default>
<summary>Toggle Sticky</summary>
<description>Toggle window stickyness</description>
</key>
<key type="s" name="activate-demands-attention-key">
<default>'Disabled'</default>
<summary>Activate Demanding Attention Window</summary>
<description>Activate next window which has the "demands attention" flag set.</description>
</key>
</schema>
</schemalist>
|