claude 2
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
<schema id="org.gnome.shell.extensions.secretclipboard" path="/org/gnome/shell/extensions/secretclipboard/">
|
||||
<key name="history-size" type="i">
|
||||
<default>50</default>
|
||||
<summary>Maximum number of clipboard items to keep</summary>
|
||||
<description>Limits how many clipboard entries are kept in history before older entries are dropped.</description>
|
||||
</key>
|
||||
<key name="show-passwords" type="b">
|
||||
<default>false</default>
|
||||
<summary>Show passwords in clear text</summary>
|
||||
<description>When enabled, secrets are shown without masking within the Secrets popup.</description>
|
||||
</key>
|
||||
<key name="click-mode" type="s">
|
||||
<default>'unifie'</default>
|
||||
<summary>Icon click behavior</summary>
|
||||
<description>Controls whether the top bar icon shows a unified popover or separates clicks for secrets and clipboard.</description>
|
||||
</key>
|
||||
<key name="backup-path" type="s">
|
||||
<default>''</default>
|
||||
<summary>Backup directory path</summary>
|
||||
<description>Absolute path where backups will be saved. Leave empty to disable backup.</description>
|
||||
</key>
|
||||
<key name="sync-path" type="s">
|
||||
<default>''</default>
|
||||
<summary>Sync directory path</summary>
|
||||
<description>Path to git repository folder for syncing secrets across machines.</description>
|
||||
</key>
|
||||
<key name="git-url" type="s">
|
||||
<default>'https://gitea.maison43.duckdns.org/gilles/ClipCoffre.git'</default>
|
||||
<summary>Git repository URL</summary>
|
||||
<description>URL of the git repository for syncing secrets.</description>
|
||||
</key>
|
||||
<key name="git-user" type="s">
|
||||
<default>'gilles'</default>
|
||||
<summary>Git username</summary>
|
||||
<description>Username for git authentication.</description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
Reference in New Issue
Block a user