feat: update gschema
This commit is contained in:
@ -2,7 +2,7 @@ import GLib from 'gi://GLib';
|
||||
import St from 'gi://St';
|
||||
import Meta from 'gi://Meta';
|
||||
import {Extension, ExtensionMetadata} from 'resource:///org/gnome/shell/extensions/extension.js';
|
||||
import type Mtk from '@girs/mtk-16';
|
||||
|
||||
// import Gio from 'gi://Gio';
|
||||
// import cairo from "cairo";
|
||||
// import Shell from 'gi://Shell';
|
||||
|
10
schemas/org.gnome.shell.extensions.aerospike.gschema.xml
Normal file
10
schemas/org.gnome.shell.extensions.aerospike.gschema.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
<schema id="org.gnome.shell.extensions.aerospike" path="/org/gnome/shell/extensions/aerospike/">
|
||||
<key name="tiling-type" type="s">
|
||||
<default>"Horizontal"</default>
|
||||
<summary>Type of tiling</summary>
|
||||
<description>The type of tiling provided by aerospace</description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
Reference in New Issue
Block a user