org.gnome.shell.extensions.grimble.gschema.xml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <schemalist>
  3. <schema id="org.gnome.shell.extensions.grimble" path="/org/gnome/shell/extensions/grimble/">
  4. <key name="header-bar" type="b">
  5. <default>false</default>
  6. <summary>Header bar</summary>
  7. <description>Whether to show or hide window header bar</description>
  8. </key>
  9. <key name="tile-padding" type="i">
  10. <default>0</default>
  11. <summary>Tile padding</summary>
  12. <description>Set tile padding</description>
  13. </key>
  14. <key name="tile-insertion-behavior" type="i">
  15. <!-- 0: best-fit, 1: Focus -->
  16. <default>0</default>
  17. </key>
  18. <key name="monitor-tile-insertion-behavior" type="i">
  19. <!-- 0: best-fit, 1: Focus -->
  20. <default>0</default>
  21. </key>
  22. <key name="search-entry-position" type="i">
  23. <!-- 0: left, 1: center, 2: right -->
  24. <default>0</default>
  25. </key>
  26. <key name="fullscreen-switch" type="i">
  27. <!-- 0: keep fullscreen, 1: quit fullscrenn -->
  28. <default>0</default>
  29. </key>
  30. <key name="keybinding-config" type="s">
  31. <default>'None'</default>
  32. <summary>Window manager configuration</summary>
  33. <description>Stores which configuration to use (None, i3, Grimble, Custom).</description>
  34. </key>
  35. <key name="keybinding-rotation" type="as">
  36. <default>[]</default>
  37. <summary>Tile roration</summary>
  38. <description>Custom shortcut</description>
  39. </key>
  40. <key name="keybinding-resize" type="as">
  41. <default>[]</default>
  42. <summary>Resize tile</summary>
  43. <description>Custom shortcut</description>
  44. </key>
  45. <key name="keybinding-close" type="as">
  46. <default>[]</default>
  47. <summary>Close tile</summary>
  48. <description>Custom shortcut</description>
  49. </key>
  50. <key name="keybinding-search" type="as">
  51. <default>[]</default>
  52. <summary>Search bar</summary>
  53. <description>Custom shortcut</description>
  54. </key>
  55. <key name="keybinding-open-settings" type="as">
  56. <default><![CDATA[['<Control><Super>g']]]></default>
  57. <summary>Grimble settings</summary>
  58. <description>Custom shortcut</description>
  59. </key>
  60. <key name="keybinding-maximize" type="as">
  61. <default>[]</default>
  62. <summary>Maximize</summary>
  63. <description>Custom shortcut</description>
  64. </key>
  65. <key name="keybinding-refresh" type="as">
  66. <default>[]</default>
  67. <summary>Refresh</summary>
  68. <description>Custom shortcut</description>
  69. </key>
  70. <key name="keybinding-move-left" type="as">
  71. <default>[]</default>
  72. <summary>Move Left</summary>
  73. <description>Custom shortcut</description>
  74. </key>
  75. <key name="keybinding-move-right" type="as">
  76. <default>[]</default>
  77. <summary>Move Right</summary>
  78. <description>Custom shortcut</description>
  79. </key>
  80. <key name="keybinding-move-top" type="as">
  81. <default>[]</default>
  82. <summary>Move Top</summary>
  83. <description>Custom shortcut</description>
  84. </key>
  85. <key name="keybinding-move-bottom" type="as">
  86. <default>[]</default>
  87. <summary>Move Bottom</summary>
  88. <description>Custom shortcut</description>
  89. </key>
  90. <key name="keybinding-move" type="as">
  91. <default>[]</default>
  92. <summary>Move</summary>
  93. <description>Custom shortcut</description>
  94. </key>
  95. <key name="keybinding-focus" type="as">
  96. <default>[]</default>
  97. <summary>Change focus</summary>
  98. <description>Custom shortcut</description>
  99. </key>
  100. <key name="keybinding-focus-left" type="as">
  101. <default>[]</default>
  102. <summary>Change focus left</summary>
  103. <description>Custom shortcut</description>
  104. </key>
  105. <key name="keybinding-focus-right" type="as">
  106. <default>[]</default>
  107. <summary>Change focus right</summary>
  108. <description>Custom shortcut</description>
  109. </key>
  110. <key name="keybinding-focus-top" type="as">
  111. <default>[]</default>
  112. <summary>Change focus top</summary>
  113. <description>Custom shortcut</description>
  114. </key>
  115. <key name="keybinding-focus-bottom" type="as">
  116. <default>[]</default>
  117. <summary>Change focus bottom</summary>
  118. <description>Custom shortcut</description>
  119. </key>
  120. <key name="keybinding-resize-left" type="as">
  121. <default>[]</default>
  122. <summary>Resize</summary>
  123. <description>Custom shortcut</description>
  124. </key>
  125. <key name="keybinding-resize-right" type="as">
  126. <default>[]</default>
  127. <summary>Resize</summary>
  128. <description>Custom shortcut</description>
  129. </key>
  130. <key name="keybinding-resize-top" type="as">
  131. <default>[]</default>
  132. <summary>Resize</summary>
  133. <description>Custom shortcut</description>
  134. </key>
  135. <key name="keybinding-resize-bottom" type="as">
  136. <default>[]</default>
  137. <summary>Resize</summary>
  138. <description>Custom shortcut</description>
  139. </key>
  140. <key name="keybinding-next-monitor" type="as">
  141. <default>[]</default>
  142. <summary>Next monitor</summary>
  143. <description>Custom shortcut</description>
  144. </key>
  145. <key name="keybinding-next-workspace" type="as">
  146. <default>[]</default>
  147. <summary>Next Workspace</summary>
  148. <description>Custom shortcut</description>
  149. </key>
  150. <key name="keybinding-previous-workspace" type="as">
  151. <default>[]</default>
  152. <summary>Previous Workspace</summary>
  153. <description>Custom shortcut</description>
  154. </key>
  155. <!-- Default keybindings -->
  156. <key name="arrow-up" type="as">
  157. <default><![CDATA[['Up']]]></default>
  158. <summary>Arrow Up action</summary>
  159. <description>Triggered when pressing Super+Up</description>
  160. </key>
  161. <key name="arrow-down" type="as">
  162. <default><![CDATA[['Down']]]></default>
  163. <summary>Arrow Down action</summary>
  164. <description>Triggered when pressing Super+Down</description>
  165. </key>
  166. <key name="arrow-right" type="as">
  167. <default><![CDATA[['Right']]]></default>
  168. <summary>Arrow Up action</summary>
  169. <description>Triggered when pressing Super+Up</description>
  170. </key>
  171. <key name="arrow-left" type="as">
  172. <default><![CDATA[['Left']]]></default>
  173. <summary>Arrow Down action</summary>
  174. <description>Triggered when pressing Super+Down</description>
  175. </key>
  176. <key name="key-escape" type="as">
  177. <default><![CDATA[['Escape']]]></default>
  178. <summary>Escape action</summary>
  179. <description>Triggered when pressing Super+Down</description>
  180. </key>
  181. </schema>
  182. </schemalist>