mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
schemas:: add schemas dde-daemon needed from dde-workspace.
Change-Id: I9940f556a506529ee85d6eaa0885bd741d059d5b
This commit is contained in:
parent
a03ee07958
commit
ea50a9b5b6
15
misc/schemas/com.deepin.dde.default-applications.gschema.xml
Normal file
15
misc/schemas/com.deepin.dde.default-applications.gschema.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="DDE">
|
||||
<schema path="/com/deepin/desktop/default-applications/terminal/" id="com.deepin.desktop.default-applications.terminal">
|
||||
<key type="s" name="exec">
|
||||
<default>'deepin-terminal'</default>
|
||||
<summary>Terminal application</summary>
|
||||
<description>Terminal program to use when starting applications that require one.</description>
|
||||
</key>
|
||||
<key type="s" name="exec-arg">
|
||||
<default>'-x'</default>
|
||||
<summary>Exec Arguments</summary>
|
||||
<description>Argument used to execute programs in the terminal defined by the 'exec' key.</description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
35
misc/schemas/com.deepin.dde.zone.gschema.xml
Normal file
35
misc/schemas/com.deepin.dde.zone.gschema.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist gettext-domain="DDE">
|
||||
<schema path="/com/deepin/dde/zone/" id="com.deepin.dde.zone">
|
||||
<key type="s" name="left-up">
|
||||
<default>''</default>
|
||||
<summary>left up corner</summary>
|
||||
<description>move to left-up corner to show</description>
|
||||
</key>
|
||||
<key type="s" name="right-up">
|
||||
<default>''</default>
|
||||
<summary>right up corner</summary>
|
||||
<description>move to right-up corner to show</description>
|
||||
</key>
|
||||
<key type="s" name="right-down">
|
||||
<default>''</default>
|
||||
<summary>right down corner</summary>
|
||||
<description>move to right-down corner to show</description>
|
||||
</key>
|
||||
<key type="s" name="left-down">
|
||||
<default>''</default>
|
||||
<summary>left down corner</summary>
|
||||
<description>move to left-down corner to show</description>
|
||||
</key>
|
||||
<key type="as" name="black-list">
|
||||
<default>[]</default>
|
||||
<summary>zone black list</summary>
|
||||
<description>fobidden zone if app in this list</description>
|
||||
</key>
|
||||
<key type="as" name="white-list">
|
||||
<default>[]</default>
|
||||
<summary>zone white list</summary>
|
||||
<description>fobidden zone if app not in this list</description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
Loading…
x
Reference in New Issue
Block a user