Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions">
  <enum id='org.gnome.shell.extensions.dash-to-dock.clickAction'>
    <value value='0' nick='skip'/>
    <value value='1' nick='minimize'/>
    <value value='2' nick='launch'/>
    <value value='3' nick='cycle-windows'/>
    <value value='4' nick='minimize-or-overview'/>
    <value value='5' nick='previews'/>
    <value value='6' nick='minimize-or-previews'/>
    <value value='7' nick='focus-or-previews'/>
    <value value='8' nick='quit'/>
  </enum>
  <enum id='org.gnome.shell.extensions.dash-to-dock.scrollAction'>
    <value value='0' nick='do-nothing'/>
    <value value='1' nick='cycle-windows'/>
    <value value='2' nick='switch-workspace'/>
  </enum>
  <!-- this is mean to Match StSide. LEFT and RIGHT actual position in reversed in
       rtl languages -->
  <enum id='org.gnome.shell.extensions.dash-to-dock.position'>
    <value value='0' nick='TOP'/>
    <value value='1' nick='RIGHT'/>
    <value value='2' nick='BOTTOM'/>
    <value value='3' nick='LEFT'/>
  </enum>
  <enum id='org.gnome.shell.extensions.dash-to-dock.intellihide-mode'>
    <value value='0' nick='ALL_WINDOWS'/>
    <value value='1' nick='FOCUS_APPLICATION_WINDOWS'/>
    <value value='2' nick='MAXIMIZED_WINDOWS'/>
  </enum>
  <enum id='org.gnome.shell.extensions.dash-to-dock.transparency-mode'>
    <value value='0' nick='DEFAULT'/>
    <value value='1' nick='FIXED'/>
    <value value='3' nick='DYNAMIC'/>
  </enum>
    <enum id='org.gnome.shell.extensions.dash-to-dock.running-indicator-style'>
    <value value='0' nick='DEFAULT'/>
    <value value='1' nick='DOTS'/>
    <value value='2' nick='SQUARES'/>
    <value value='3' nick='DASHES'/>
    <value value='4' nick='SEGMENTED'/>
    <value value='5' nick='SOLID'/>
    <value value='6' nick='CILIORA'/>
    <value value='7' nick='METRO'/>
  </enum>
  <schema path="/org/gnome/shell/extensions/dash-to-dock/" id="org.gnome.shell.extensions.dash-to-dock">
    <key name="dock-position" enum="org.gnome.shell.extensions.dash-to-dock.position">
      <default>'LEFT'</default>
      <summary>Dock position</summary>
      <description>Dock is shown on the Left, Right, Top or Bottom side of the screen.</description>
    </key>
    <key type="d" name="animation-time">
      <default>0.2</default>
      <summary>Animation time</summary>
      <description>Sets the time duration of the autohide effect.</description>
    </key>
    <key type="d" name="show-delay">
      <default>0.25</default>
      <summary>Show delay</summary>
      <description>Sets the delay after the mouse reaches the screen border before showing the dock.</description>
    </key>
    <key type="d" name="hide-delay">
      <default>0.20</default>
      <summary>Show delay</summary>
      <description>Sets the delay after the mouse left the dock before hiding it.</description>
    </key>
    <key type="b" name="custom-background-color">
      <default>false</default>
      <summary>Set a custom dash background background color</summary>
      <description>Sets the color for the dash background.</description>
    </key>
    <key type="s" name="background-color">
      <default>"#ffffff"</default>
      <summary>Dash background color.</summary>
      <description>Customize the background color of the dash.</description>
    </key>
    <key name="transparency-mode" enum="org.gnome.shell.extensions.dash-to-dock.transparency-mode">
      <default>'DEFAULT'</default>
      <summary>Transparency mode for the dock</summary>
      <description>FIXED: constant transparency. DYNAMIC: dock takes the opaque style only when windows are close to it.</description>
    </key>
    <key name="running-indicator-style" enum="org.gnome.shell.extensions.dash-to-dock.running-indicator-style">
      <default>'DEFAULT'</default>
      <summary>...</summary>
      <description>DEFAULT: .... DOTS: ....</description>
    </key>
    <key type="b" name="running-indicator-dominant-color">
      <default>false</default>
      <summary>Use application icon dominant color for the indicator color</summary>
      <description></description>
    </key>
    <key type="b" name="customize-alphas">
      <default>false</default>
      <summary>Manually set the min and max opacity</summary>
      <description>For the dynamic mode, the min/max opacity values will be given by 'min-alpha' and 'max-alpha'.</description>
    </key>
    <key type="d" name="min-alpha">
      <default>0.2</default>
      <summary>Opacity of the dash background when free-floating</summary>
      <description>Sets the opacity of the dash background when no windows are close.</description>
    </key>
    <key type="d" name="max-alpha">
      <default>0.8</default>
      <summary>Opacity of the dash background when windows are close.</summary>
      <description>Sets the opacity of the dash background when windows are close.</description>
    </key>
    <key type="d" name="background-opacity">
      <default>0.8</default>
      <summary>Opacity of the dash background</summary>
      <description>Sets the opacity of the dash background  when in autohide mode.</description>
    </key>
    <key type="b" name="intellihide">
      <default>true</default>
      <summary>Dock dodges windows</summary>
      <description>Enable or disable intellihide mode</description>
    </key>
    <key name="intellihide-mode" enum="org.gnome.shell.extensions.dash-to-dock.intellihide-mode">
      <default>'FOCUS_APPLICATION_WINDOWS'</default>
      <summary>Define which windows are considered for intellihide.</summary>
      <description></description>
    </key>
    <key type="b" name="autohide">
      <default>true</default>
      <summary>Dock shown on mouse over</summary>
      <description>Enable or disable autohide mode</description>
    </key>
    <key type="b" name="require-pressure-to-show">
      <default>true</default>
      <summary>Require pressure to show dash</summary>
      <description>Enable or disable requiring pressure to show the dash</description>
    </key>
    <key type="d" name="pressure-threshold">
      <default>100</default>
      <summary>Pressure threshold</summary>
      <description>Sets how much pressure is needed to show the dash.</description>
    </key>
    <key type="b" name="autohide-in-fullscreen">
      <default>false</default>
      <summary>Enable autohide in fullscreen mode.</summary>
      <description>Enable autohide in fullscreen mode.</description>
    </key>
    <key type="b" name="dock-fixed">
      <default>false</default>
      <summary>Dock always visible</summary>
      <description>Dock is always visible</description>
    </key>
    <key type="b" name="scroll-switch-workspace">
      <default>true</default>
      <summary>Switch workspace by scrolling over the dock</summary>
      <description>Add the possibility to switch workspace by mouse scrolling over the dock.</description>
    </key>
    <key type="i" name="dash-max-icon-size">
      <default>48</default>
      <summary>Maximum dash icon size</summary>
      <description>Set the allowed maximum dash icon size. Allowed range: 16..64.</description>
    </key>
    <key type="b" name="icon-size-fixed">
      <default>false</default>
      <summary>Fixed icon size</summary>
      <description>Keep the icon size fived by scrolling the dock.</description>
    </key>
    <key type="b" name="apply-custom-theme">
      <default>false</default>
      <summary>Apply custom theme</summary>
      <description>Apply customization to the dash appearance</description>
    </key>
    <key type="b" name="custom-theme-shrink">
      <default>false</default>
      <summary>TODO</summary>
      <description>TODO</description>
    </key>
    <key type="b" name="custom-theme-customize-running-dots">
      <default>false</default>
      <summary>Customize the style of the running application indicators.</summary>
      <description>Customize the style of the running application indicators.</description>
    </key>
    <key type="s" name="custom-theme-running-dots-color">
      <default>"#ffffff"</default>
      <summary>Running application indicators color</summary>
      <description>Customize the color of the running application indicators.</description>
    </key>
    <key type="s" name="custom-theme-running-dots-border-color">
      <default>"#ffffff"</default>
      <summary>Running application indicators border color.</summary>
      <description>Customize the border color of the running application indicators.</description>
    </key>
    <key type="i" name="custom-theme-running-dots-border-width">
      <default>0</default>
      <summary>Running application indicators border width.</summary>
      <description>Customize the border width of the running application indicators.</description>
    </key>
    <key type="b" name="show-running">
      <default>true</default>
      <summary>Show running apps</summary>
      <description>Show or hide running appplications icons in the dash</description>
    </key>
    <key type="b" name="isolate-workspaces">
      <default>false</default>
      <summary>Provide workspace isolation</summary>
      <description>Dash shows only windows from the currentworkspace</description>
    </key>
    <key type="b" name="isolate-monitors">
      <default>false</default>
      <summary>Provide monitor isolation</summary>
      <description>Dash shows only windows from the monitor</description>
    </key>
    <key type="b" name="show-windows-preview">
      <default>true</default>
      <summary>Show preview of the open windows</summary>
      <description>Replace open windows list with windows previews</description>
    </key>
    <key type="b" name="show-favorites">
      <default>true</default>
      <summary>Show favorites apps</summary>
      <description>Show or hide favorite appplications icons in the dash</description>
    </key>
    <key type="b" name="show-show-apps-button">
      <default>true</default>
      <summary>Show applications button</summary>
      <description>Show appplications button in the dash</description>
    </key>
    <key type="b" name="show-apps-at-top">
      <default>false</default>
      <summary>Show application button at top</summary>
      <description>Show appplication button at top of the dash</description>
    </key>
    <key type="b" name="animate-show-apps">
      <default>true</default>
      <summary>Animate Show Applications from the desktop</summary>
      <description>Animate Show Applications from the desktop</description>
    </key>
    <key type="b" name="bolt-support">
      <default>true</default>
      <summary>Basic compatibility with bolt extensions</summary>
      <description>Make the extension work properly when bolt extensions is enabled</description>
    </key>
    <key type="d" name="height-fraction">
      <default>0.90</default>
      <summary>Dock max height (fraction of available space)</summary>
    </key>
    <key type="b" name="extend-height">
      <default>false</default>
      <summary>Extend the dock container to all the available height</summary>
    </key>
    <key type="i" name="preferred-monitor">
      <default>-1</default>
      <summary>Monitor on which putting the dock</summary>
      <description>Set on which monitor to put the dock, use -1 for the primary one</description>
    </key>
    <key type="b" name="multi-monitor">
      <default>false</default>
      <summary>Enable multi-monitor docks</summary>
      <description>Show a dock on every monitor</description>
    </key>
    <key type="b" name="minimize-shift">
      <default>true</default>
      <summary>Minimize on shift+click</summary>
    </key>
    <key type="b" name="activate-single-window">
      <default>true</default>
      <summary>Activate only one window</summary>
    </key>
    <key name="click-action" enum="org.gnome.shell.extensions.dash-to-dock.clickAction">
      <default>'cycle-windows'</default>
      <summary>Action when clicking on a running app</summary>
      <description>Set the action that is executed when clicking on the icon of a running application</description>
    </key>
    <key name="scroll-action" enum="org.gnome.shell.extensions.dash-to-dock.scrollAction">
      <default>'do-nothing'</default>
      <summary>Action when scrolling app</summary>
      <description>Set the action that is executed when scrolling on the application icon</description>
    </key>
    <key name="shift-click-action" enum="org.gnome.shell.extensions.dash-to-dock.clickAction">
      <default>'minimize'</default>
      <summary>Action when shift+clicking on a running app</summary>
      <description>Set the action that is executed when shift+clicking on the icon of a running application</description>
    </key>
    <key name="middle-click-action" enum="org.gnome.shell.extensions.dash-to-dock.clickAction">
      <default>'launch'</default>
      <summary>Action when clicking on a running app</summary>
      <description>Set the action that is executed when middle-clicking on the icon of a running application</description>
    </key>
    <key name="shift-middle-click-action" enum="org.gnome.shell.extensions.dash-to-dock.clickAction">
      <default>'launch'</default>
      <summary>Action when clicking on a running app</summary>
      <description>Set the action that is executed when shift+middle-clicking on the icon of a running application</description>
    </key>
    <key type="b" name="hot-keys">
      <default>true</default>
      <summary>Super Hot-Keys</summary>
      <description>Launch and switch between dash items using Super+(0-9)</description>
    </key>
    <key type="b" name="hotkeys-show-dock">
      <default>true</default>
      <summary>Show the dock when using the hotkeys</summary>
      <description>The dock will be quickly shown so that the number-overlay is visible and app activation is easier</description>
    </key>
    <key type="s" name="shortcut-text">
      <default>"&lt;Super&gt;q"</default>
      <summary>Keybinding to show the dock and the number overlay.</summary>
      <description>Behavior depends on hotkeys-show-dock and hotkeys-overlay.</description>
    </key>
    <key type="as" name="shortcut">
      <default><![CDATA[['<Super>q']]]></default>
      <summary>Keybinding to show the dock and the number overlay.</summary>
      <description>Behavior depends on hotkeys-show-dock and hotkeys-overlay.</description>
    </key>
    <key type="d" name="shortcut-timeout">
      <default>2</default>
      <summary>Timeout to hide the dock</summary>
      <description>Sets the time duration before the dock is hidden again.</description>
    </key>
    <key type="b" name="hotkeys-overlay">
      <default>true</default>
      <summary>Show the dock when using the hotkeys</summary>
      <description>The dock will be quickly shown so that the number-overlay is visible and app activation is easier</description>
    </key>
    <key name="app-ctrl-hotkey-1" type="as">
      <default><![CDATA[['<Ctrl><Super>1']]]></default>
      <summary>Keybinding to launch 1st dash app</summary>
      <description>
        Keybinding to launch 1st app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-2" type="as">
      <default><![CDATA[['<Ctrl><Super>2']]]></default>
      <summary>Keybinding to launch 2nd dash app</summary>
      <description>
        Keybinding to launch 2nd app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-3" type="as">
      <default><![CDATA[['<Ctrl><Super>3']]]></default>
      <summary>Keybinding to launch 3rd dash app</summary>
      <description>
        Keybinding to launch 3rd app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-4" type="as">
      <default><![CDATA[['<Ctrl><Super>4']]]></default>
      <summary>Keybinding to launch 4th dash app</summary>
      <description>
        Keybinding to launch 4th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-5" type="as">
      <default><![CDATA[['<Ctrl><Super>5']]]></default>
      <summary>Keybinding to launch 5th dash app</summary>
      <description>
        Keybinding to launch 5th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-6" type="as">
      <default><![CDATA[['<Ctrl><Super>6']]]></default>
      <summary>Keybinding to launch 6th dash app</summary>
      <description>
        Keybinding to launch 6th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-7" type="as">
      <default><![CDATA[['<Ctrl><Super>7']]]></default>
      <summary>Keybinding to launch 7th dash app</summary>
      <description>
        Keybinding to launch 7th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-8" type="as">
      <default><![CDATA[['<Ctrl><Super>8']]]></default>
      <summary>Keybinding to launch 8th dash app</summary>
      <description>
        Keybinding to launch 8th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-9" type="as">
      <default><![CDATA[['<Ctrl><Super>9']]]></default>
      <summary>Keybinding to launch 9th dash app</summary>
      <description>
        Keybinding to launch 9th app.
      </description>
    </key>
    <key name="app-ctrl-hotkey-10" type="as">
      <default><![CDATA[['<Ctrl><Super>0']]]></default>
      <summary>Keybinding to launch 10th dash app</summary>
      <description>
        Keybinding to launch 10th app.
      </description>
    </key>
    <key name="app-shift-hotkey-1" type="as">
      <default><![CDATA[['<Shift><Super>1']]]></default>
      <summary>Keybinding to trigger 1st dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 1st app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-2" type="as">
      <default><![CDATA[['<Shift><Super>2']]]></default>
      <summary>Keybinding to trigger 2nd dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 2nd app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-3" type="as">
      <default><![CDATA[['<Shift><Super>3']]]></default>
      <summary>Keybinding to trigger 3rd dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 3rd app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-4" type="as">
      <default><![CDATA[['<Shift><Super>4']]]></default>
      <summary>Keybinding to trigger 4th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 4th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-5" type="as">
      <default><![CDATA[['<Shift><Super>5']]]></default>
      <summary>Keybinding to trigger 5th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 5th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-6" type="as">
      <default><![CDATA[['<Shift><Super>6']]]></default>
      <summary>Keybinding to trigger 6th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 6th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-7" type="as">
      <default><![CDATA[['<Shift><Super>7']]]></default>
      <summary>Keybinding to trigger 7th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 7th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-8" type="as">
      <default><![CDATA[['<Shift><Super>8']]]></default>
      <summary>Keybinding to trigger 8th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 8th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-9" type="as">
      <default><![CDATA[['<Shift><Super>9']]]></default>
      <summary>Keybinding to trigger 9th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 9th app with shift behavior.
      </description>
    </key>
    <key name="app-shift-hotkey-10" type="as">
      <default><![CDATA[['<Shift><Super>0']]]></default>
      <summary>Keybinding to trigger 10th dash app with shift behavior</summary>
      <description>
        Keybinding to trigger 10th app with shift behavior.
      </description>
    </key>
    <key name="app-hotkey-1" type="as">
      <default><![CDATA[['<Super>1']]]></default>
      <summary>Keybinding to trigger 1st dash app</summary>
      <description>
        Keybinding to either show or launch the 1st application in the dash.
      </description>
    </key>
    <key name="app-hotkey-2" type="as">
      <default><![CDATA[['<Super>2']]]></default>
      <summary>Keybinding to trigger 2nd dash app</summary>
      <description>
        Keybinding to either show or launch the 2nd application in the dash.
      </description>
    </key>
    <key name="app-hotkey-3" type="as">
      <default><![CDATA[['<Super>3']]]></default>
      <summary>Keybinding to trigger 3rd dash app</summary>
      <description>
        Keybinding to either show or launch the 3rd application in the dash.
      </description>
    </key>
    <key name="app-hotkey-4" type="as">
      <default><![CDATA[['<Super>4']]]></default>
      <summary>Keybinding to trigger 4th dash app</summary>
      <description>
        Keybinding to either show or launch the 4th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-5" type="as">
      <default><![CDATA[['<Super>5']]]></default>
      <summary>Keybinding to trigger 5th dash app</summary>
      <description>
        Keybinding to either show or launch the 5th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-6" type="as">
      <default><![CDATA[['<Super>6']]]></default>
      <summary>Keybinding to trigger 6th dash app</summary>
      <description>
        Keybinding to either show or launch the 6th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-7" type="as">
      <default><![CDATA[['<Super>7']]]></default>
      <summary>Keybinding to trigger 7th dash app</summary>
      <description>
        Keybinding to either show or launch the 7th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-8" type="as">
      <default><![CDATA[['<Super>8']]]></default>
      <summary>Keybinding to trigger 8th dash app</summary>
      <description>
        Keybinding to either show or launch the 8th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-9" type="as">
      <default><![CDATA[['<Super>9']]]></default>
      <summary>Keybinding to trigger 9th dash app</summary>
      <description>
        Keybinding to either show or launch the 9th application in the dash.
      </description>
    </key>
    <key name="app-hotkey-10" type="as">
      <default><![CDATA[['<Super>0']]]></default>
      <summary>Keybinding to trigger 10th dash app</summary>
      <description>
        Keybinding to either show or launch the 10th application in the dash.
      </description>
    </key>
    <key name="force-straight-corner" type="b">
      <default>false</default>
      <summary>Force straight corners in dash</summary>
      <description>Make the borders in the dash non rounded</description>
    </key>
    <key name="unity-backlit-items" type="b">
      <default>false</default>
      <summary>Enable unity7 like glossy backlit items</summary>
      <description>Emulate the unity7 backlit glossy items behaviour</description>
    </key>
  </schema>
</schemalist>