[gnome] Add new extensions

This commit is contained in:
2026-02-11 16:14:31 -05:00
parent 5b86d17bab
commit 2c2be21fef
25 changed files with 4047 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.shell.extensions.junk-notification-cleaner" path="/org/gnome/shell/extensions/junk-notification-cleaner/">
<key name="delete-on-focus" type="b">
<default>true</default>
<summary>Delete notifications when focusing app</summary>
<description>Delete notifications when an application window is focused.</description>
</key>
<key name="delete-on-close" type="b">
<default>true</default>
<summary>Delete notifications when closing app</summary>
<description>Delete notifications when an application window is closed.</description>
</key>
<key name="excluded-apps" type="as">
<default>[]</default>
<summary>Excluded applications</summary>
<description>List of application regex patterns for which notifications should not be automatically deleted.</description>
</key>
<key name="log-level" type="s">
<default>'info'</default>
<summary>Log level</summary>
<description>Set the logging level for troubleshooting notification matching issues.</description>
</key>
</schema>
</schemalist>