org.gnome.Shell.Extensions.GSConnect.gschema.xml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. SPDX-FileCopyrightText: GSConnect Developers https://github.com/GSConnect
  4. SPDX-License-Identifier: GPL-2.0-or-later
  5. -->
  6. <schemalist gettext-domain="org.gnome.Shell.Extensions.GSConnect">
  7. <schema id="org.gnome.Shell.Extensions.GSConnect" path="/org/gnome/shell/extensions/gsconnect/">
  8. <!-- Extension Settings -->
  9. <key name="enabled" type="b">
  10. <default>true</default>
  11. </key>
  12. <key name="show-indicators" type="b">
  13. <default>false</default>
  14. </key>
  15. <key name="keep-alive-when-locked" type="b">
  16. <default>true</default>
  17. </key>
  18. <key name="create-native-messaging-hosts" type="b">
  19. <default>true</default>
  20. </key>
  21. <!-- Service Settings -->
  22. <key name="id" type="s">
  23. <default>""</default>
  24. </key>
  25. <key name="name" type="s">
  26. <default>""</default>
  27. </key>
  28. <key name="devices" type="as">
  29. <default>[]</default>
  30. </key>
  31. <key name="debug" type="b">
  32. <default>false</default>
  33. </key>
  34. <key name="discoverable" type="b">
  35. <default>true</default>
  36. </key>
  37. </schema>
  38. <!-- Window Geometry -->
  39. <schema id="org.gnome.Shell.Extensions.GSConnect.WindowState">
  40. <key name="window-size" type="(ii)">
  41. <default>(0, 0)</default>
  42. </key>
  43. <key name="window-maximized" type="b">
  44. <default>false</default>
  45. </key>
  46. </schema>
  47. <!-- Device Settings -->
  48. <schema id="org.gnome.Shell.Extensions.GSConnect.Device">
  49. <key name="certificate-pem" type="s">
  50. <default>""</default>
  51. </key>
  52. <key name="keybindings" type="a{ss}">
  53. <default>{}</default>
  54. </key>
  55. <key name="menu-actions" type="as">
  56. <default>["sms", "ring", "mount", "commands", "share", "keyboard"]</default>
  57. </key>
  58. <key name="name" type="s">
  59. <default>""</default>
  60. </key>
  61. <key name="paired" type="b">
  62. <default>false</default>
  63. </key>
  64. <key name="type" type="s">
  65. <default>"smartphone"</default>
  66. </key>
  67. <key name="incoming-capabilities" type="as">
  68. <default>[]</default>
  69. </key>
  70. <key name="outgoing-capabilities" type="as">
  71. <default>[]</default>
  72. </key>
  73. <key name="disabled-plugins" type="as">
  74. <default>[]</default>
  75. </key>
  76. <key name="supported-plugins" type="as">
  77. <default>[]</default>
  78. </key>
  79. <key name="last-connection" type="s">
  80. <default>""</default>
  81. </key>
  82. </schema>
  83. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.Battery">
  84. <key name="send-statistics" type="b">
  85. <default>false</default>
  86. </key>
  87. <key name="low-battery-notification" type="b">
  88. <default>true</default>
  89. </key>
  90. <key name="custom-battery-notification" type="b">
  91. <default>false</default>
  92. <summary>Enables custom battery notification</summary>
  93. </key>
  94. <key name="custom-battery-notification-value" type="u">
  95. <range min="1" max="99"></range>
  96. <default>80</default>
  97. </key>
  98. <key name="full-battery-notification" type="b">
  99. <default>false</default>
  100. </key>
  101. </schema>
  102. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.Clipboard">
  103. <key name="receive-content" type="b">
  104. <default>false</default>
  105. </key>
  106. <key name="send-content" type="b">
  107. <default>false</default>
  108. </key>
  109. </schema>
  110. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.Contacts">
  111. <key name="contacts-source" type="b">
  112. <default>true</default>
  113. </key>
  114. </schema>
  115. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.FindMyPhone"/>
  116. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.Mousepad">
  117. <key name="share-control" type="b">
  118. <default>true</default>
  119. </key>
  120. </schema>
  121. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.MPRIS">
  122. <key name="share-players" type="b">
  123. <default>true</default>
  124. </key>
  125. </schema>
  126. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.Notification">
  127. <key name="send-notifications" type="b">
  128. <default>true</default>
  129. </key>
  130. <key name="send-active" type="b">
  131. <default>true</default>
  132. </key>
  133. <key name="applications" type="s">
  134. <default>'{}'</default>
  135. </key>
  136. </schema>
  137. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.Ping"/>
  138. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.Presenter"/>
  139. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.RunCommand">
  140. <key name="command-list" type="a{sv}">
  141. <default><![CDATA[{'lock': <{'name': 'Lock', 'command': 'xdg-screensaver lock'}>, 'restart': <{'name': 'Restart', 'command': 'systemctl reboot'}>, 'logout': <{'name': 'Log Out', 'command': 'gnome-session-quit --logout --no-prompt'}>, 'poweroff': <{'name': 'Power Off', 'command': 'systemctl poweroff'}>, 'suspend': <{'name': 'Suspend', 'command': 'systemctl suspend'}>}]]></default>
  142. </key>
  143. </schema>
  144. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.SFTP">
  145. <key name="automount" type="b">
  146. <default>true</default>
  147. </key>
  148. </schema>
  149. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.Share">
  150. <key name="receive-files" type="b">
  151. <default>true</default>
  152. </key>
  153. <key name="receive-directory" type="s">
  154. <default>""</default>
  155. </key>
  156. </schema>
  157. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.SMS">
  158. <key name="legacy-sms" type="b">
  159. <default>false</default>
  160. </key>
  161. </schema>
  162. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.SystemVolume">
  163. <key name="share-sinks" type="b">
  164. <default>true</default>
  165. </key>
  166. </schema>
  167. <schema id="org.gnome.Shell.Extensions.GSConnect.Plugin.Telephony">
  168. <key name="ringing-volume" type="s">
  169. <default>"lower"</default>
  170. </key>
  171. <key name="ringing-pause" type="b">
  172. <default>false</default>
  173. </key>
  174. <key name="talking-volume" type="s">
  175. <default>"mute"</default>
  176. </key>
  177. <key name="talking-microphone" type="b">
  178. <default>true</default>
  179. </key>
  180. <key name="talking-pause" type="b">
  181. <default>true</default>
  182. </key>
  183. </schema>
  184. </schemalist>