feat: adding fixed version of this for using typescript

This commit is contained in:
Lucas Oskorep
2024-11-08 03:39:09 -05:00
parent a2c9319d9e
commit 02b98d4a54
7 changed files with 50 additions and 65 deletions
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema id="org.gnome.shell.extensions.my-extension" path="/org/gnome/shell/extensions/my-extension/">
<key name="padding-inner" type="i">
<default>8</default>
<summary>Inner padding</summary>
<description>Padding between windows</description>
</key>
<key name="animate" type="b">
<default>true</default>
<summary>Animation</summary>
<description>Whether to animate window movement/resizing</description>
</key>
</schema>
</schemalist>