mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
17 lines
672 B
XML
17 lines
672 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.gnome.shell.extensions.asusctl-gex" path="/org/gnome/shell/extensions/asusctl-gex/" >
|
|
<key type="b" name="mini-led-enabled">
|
|
<default>false</default>
|
|
</key>
|
|
<key type="b" name="panel-od-enabled">
|
|
<default>false</default>
|
|
<summary>enable / disable debug messages</summary>
|
|
<description>If enabled, various events of the extension will get logged and are available via journalctl.</description>
|
|
</key>
|
|
<key type="b" name="supernotice">
|
|
<default>false</default>
|
|
<summary>hide the supergfxctl-gex notice</summary>
|
|
</key>
|
|
</schema>
|
|
</schemalist> |