dot/.local/share/gnome-shell/extensions/transparent-window-moving@n.../schemas/org.gnome.shell.extensions....

25 lines
968 B
XML
Raw Normal View History

2020-05-11 09:16:27 +00:00
<schemalist gettext-domain="gnome-shell-extensions">
<schema id="org.gnome.shell.extensions.transparent-window-moving" path="/org/gnome/shell/extensions/transparent-window-moving/">
<key name="window-opacity" type="i">
<default>128</default>
<summary>Opacity</summary>
<description>This will decide how transparent dragged window.</description>
</key>
<key name="transition-time" type="d">
<default>0.1</default>
<summary>Transition Time</summary>
<description>Animation time.</description>
</key>
<key name="transparent-on-moving" type="b">
<default>true</default>
<summary>Transparent on moving</summary>
<description>Transparent on moving.</description>
</key>
<key name="transparent-on-resizing" type="b">
<default>true</default>
<summary>Transparent on resizing</summary>
<description>Transparent on resizing.</description>
</key>
</schema>
</schemalist>