__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?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='focus-or-appspread'/>
    <value value='9' nick='focus-minimize-or-previews'/>
    <value value='10' nick='focus-minimize-or-appspread'/>
    <value value='11' 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'/>
    <value value='3' nick='ALWAYS_ON_TOP'/>
  </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'/>
    <value value='8' nick='BINARY'/>
    <value value='9' nick='DOT'/>
  </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>'BOTTOM'</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="disable-overview-on-startup">
      <default>false</default>
      <summary>Do not show overview on startup</summary>
      <description>Whether to show or not the overview during startup animation.</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="manualhide">
      <default>false</default>
      <summary>Dock not shown on desktop</summary>
      <description>Enable or disable manualhide 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="show-dock-urgent-notify">
      <default>true</default>
      <summary>Show dock for urgent notifications.</summary>
      <description>Show dock when urgent notifications are received.</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="d" name="preview-size-scale">
      <default>0</default>
      <summary>Preview size scale</summary>
      <description>Set the allowed maximum dash preview size scale. Allowed range: 0,00..1,00.</description>
    </key>
    <key type="b" name="icon-size-fixed">
      <default>false</default>
      <summary>Fixed icon size</summary>
      <description>Keep the icon size fixed 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 applications 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 current workspace, this is applied only if gnome-shell 'current-workspace-only' app-switcher settings is disabled</description>
    </key>
    <key type="b" name="workspace-agnostic-urgent-windows">
      <default>true</default>
      <summary>Show urgent windows on each workspace</summary>
      <description>Show or hide urgent windows on each workspace in the dash</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="scroll-to-focused-application">
      <default>true</default>
      <summary>Scroll to focused application</summary>
      <description>Ensure that the focused application icon is always visible in the dash</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="default-windows-preview-to-open">
      <default>false</default>
      <summary>Open windows preview by default</summary>
      <description>Window previews will show windows by default, rather than hide them behind a drop dowm menu.</description>
    </key>
    <key type="b" name="show-favorites">
      <default>true</default>
      <summary>Show favorites apps</summary>
      <description>Show or hide favorite applications icons in the dash</description>
    </key>
    <key type="b" name="show-trash">
      <default>true</default>
      <summary>Show trash can</summary>
      <description>Show or hide the trash can icon in the dash</description>
    </key>
    <key type="b" name="show-mounts">
      <default>true</default>
      <summary>Show mounted volumes and devices</summary>
      <description>Show or hide mounted volume and device icons in the dash</description>
    </key>
    <key type="b" name="show-mounts-only-mounted">
      <default>true</default>
      <summary>Only show mounted volumes and devices</summary>
      <description>Show or hide unmounted volume and device icons in the dash</description>
    </key>
    <key type="b" name="show-mounts-network">
      <default>false</default>
      <summary>Show network mounted volumes</summary>
      <description>Show or hide network volumes in the dash</description>
    </key>
    <key type="b" name="isolate-locations">
      <default>true</default>
      <summary>Isolate volumes, devices and trash windows</summary>
      <description>Consider volume, devices and trash as different application windows and not part of the file manager</description>
    </key>
    <key type="b" name="dance-urgent-applications">
      <default>true</default>
      <summary>Wiggle urgent applications</summary>
      <description>Wiggle urgent application icons in the dash</description>
    </key>
    <key type="b" name="show-show-apps-button">
      <default>true</default>
      <summary>Show applications button</summary>
      <description>Show applications button in the dash</description>
    </key>
    <key type="b" name="show-apps-at-top">
      <default>false</default>
      <summary>Show application button on the left</summary>
      <description>Show application button on the left of the dash</description>
    </key>
    <key type="b" name="show-apps-always-in-the-edge">
      <default>true</default>
      <summary>Show application button on the edge when using centered panel mode</summary>
    </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/width (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/width</summary>
    </key>
    <key type="b" name="always-center-icons">
      <default>false</default>
      <summary>Center icons when dock container is extended to all the available size</summary>
    </key>
    <key type="i" name="preferred-monitor">
      <default>-2</default>
      <summary>DEPRECATED: Monitor on which putting the dock (by index)</summary>
      <description>Set on which monitor to put the dock, use -1 for the primary one. Use -2 refer to the 'preferred-monitor-by-connector' setting instead (this is the preferred value).</description>
    </key>
    <key type="s" name="preferred-monitor-by-connector">
      <default>"primary"</default>
      <summary>Monitor on which putting the dock (by connector)</summary>
      <description>Set on which monitor to put the dock, for example 'DisplayPort-0'. Use 'primary' for primary one. This setting is only used if 'preferred-monitor' is -2.</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>
      <key name="apply-glossy-effect" type="b">
      <default>true</default>
      <summary>Enable glossy effect</summary>
      <description>Toggle the glossy effect of the unity7 backlit feature.</description>
    </key>
    <key name="hide-tooltip" type="b">
      <default>false</default>
      <summary>Hide application tooltip</summary>
      <description>Hide tooltip when hovering application in the dash.</description>
    </key>
    <key name="show-icons-emblems" type="b">
      <default>true</default>
      <summary>Show application icons emblems</summary>
      <description>Show application icons emblems such as notification counters an progress bars.</description>
    </key>
    <key name="show-icons-notifications-counter" type="b">
      <default>true</default>
      <summary>Show the number of unread notifications in icons</summary>
      <description>Show application icons emblems such as notification</description>
    </key>
    <key name="application-counter-overrides-notifications" type="b">
      <default>true</default>
      <summary>Wether the application-provioded counter via Unity API should override the notifications or be summed to it</summary>
      <description>If an application provides a counter through the Unity API, then such value will be used. Otherwise the counter will be summed with the unread notification numbers (if enabled)</description>
    </key>
  </schema>
</schemalist>

Filemanager

Name Type Size Permission Actions
00_org.gnome.shell.gschema.override File 158 B 0644
10_gnome-shell.gschema.override File 216 B 0644
10_gnome-terminal.gschema.override File 56 B 0644
10_gsettings-desktop-schemas.gschema.override File 467 B 0644
10_ubuntu-dock.gschema.override File 480 B 0644
10_ubuntu-settings.gschema.override File 7.11 KB 0644
20_ubuntu-desktop-installer-wm.gschema.override File 76 B 0644
com.canonical.Unity.Lenses.gschema.xml File 2.45 KB 0644
com.canonical.unity.desktop.gschema.xml File 3.1 KB 0644
com.ubuntu.SoftwareProperties.gschema.xml File 420 B 0644
com.ubuntu.login-screen.gschema.xml File 3.16 KB 0644
com.ubuntu.notifications.hub.gschema.xml File 703 B 0644
com.ubuntu.notifications.settings.gschema.xml File 2.17 KB 0644
com.ubuntu.phone.gschema.xml File 1 KB 0644
com.ubuntu.sound.gschema.xml File 367 B 0644
com.ubuntu.touch.network.gschema.xml File 663 B 0644
com.ubuntu.touch.sound.gschema.xml File 1006 B 0644
com.ubuntu.touch.system.gschema.xml File 2.38 KB 0644
com.ubuntu.update-manager.gschema.xml File 2.99 KB 0644
com.ubuntu.update-notifier.gschema.xml File 2.5 KB 0644
com.ubuntu.user-interface.gschema.xml File 2.04 KB 0644
gschemas.compiled File 211.67 KB 0644
org.freedesktop.ColorHelper.gschema.xml File 1.13 KB 0644
org.freedesktop.Tracker3.Extract.gschema.xml File 1.85 KB 0644
org.freedesktop.Tracker3.FTS.gschema.xml File 1.65 KB 0644
org.freedesktop.Tracker3.Miner.Files.gschema.xml File 6.12 KB 0644
org.freedesktop.TrackerMiners3.enums.xml File 619 B 0644
org.freedesktop.ibus.engine.table.gschema.xml File 5.33 KB 0644
org.freedesktop.ibus.gschema.xml File 15.99 KB 0644
org.freedesktop.pulseaudio.gschema.xml File 2.99 KB 0644
org.gnome.Characters.gschema.xml File 367 B 0644
org.gnome.DejaDup.gschema.xml File 9.15 KB 0644
org.gnome.Disks.gschema.xml File 1.23 KB 0644
org.gnome.Evolution.DefaultSources.gschema.xml File 1.03 KB 0644
org.gnome.Extensions.gschema.xml File 509 B 0644
org.gnome.FileRoller.gschema.xml File 9.05 KB 0644
org.gnome.GWeather4.enums.xml File 1.49 KB 0644
org.gnome.GWeather4.gschema.xml File 2.73 KB 0644
org.gnome.Logs.enums.xml File 420 B 0644
org.gnome.Logs.gschema.xml File 746 B 0644
org.gnome.Papers.gschema.xml File 3.16 KB 0644
org.gnome.SessionManager.gschema.xml File 1.14 KB 0644
org.gnome.Settings.gschema.xml File 1.04 KB 0644
org.gnome.SimpleScan.gschema.xml File 4.42 KB 0644
org.gnome.Snapshot.gschema.xml File 2.71 KB 0644
org.gnome.Terminal.gschema.xml File 31.36 KB 0644
org.gnome.TextEditor.gschema.xml File 6.58 KB 0644
org.gnome.baobab.gschema.xml File 1.28 KB 0644
org.gnome.calculator.gschema.xml File 4.43 KB 0644
org.gnome.calendar.enums.xml File 1.04 KB 0644
org.gnome.calendar.gschema.xml File 1.27 KB 0644
org.gnome.clocks.gschema.xml File 1.94 KB 0644
org.gnome.crypto.cache.gschema.xml File 778 B 0644
org.gnome.crypto.pgp.gschema.xml File 1.62 KB 0644
org.gnome.desktop.a11y.applications.gschema.xml File 845 B 0644
org.gnome.desktop.a11y.gschema.xml File 828 B 0644
org.gnome.desktop.a11y.interface.gschema.xml File 676 B 0644
org.gnome.desktop.a11y.keyboard.gschema.xml File 4.78 KB 0644
org.gnome.desktop.a11y.magnifier.gschema.xml File 9.16 KB 0644
org.gnome.desktop.a11y.mouse.gschema.xml File 2.84 KB 0644
org.gnome.desktop.app-folders.gschema.xml File 1.8 KB 0644
org.gnome.desktop.background.gschema.xml File 2.55 KB 0644
org.gnome.desktop.break-reminders.gschema.xml File 5.62 KB 0644
org.gnome.desktop.calendar.gschema.xml File 427 B 0644
org.gnome.desktop.datetime.gschema.xml File 439 B 0644
org.gnome.desktop.default-applications.gschema.xml File 3.02 KB 0644
org.gnome.desktop.enums.xml File 7.23 KB 0644
org.gnome.desktop.input-sources.gschema.xml File 2.77 KB 0644
org.gnome.desktop.interface.gschema.xml File 13.25 KB 0644
org.gnome.desktop.lockdown.gschema.xml File 3.38 KB 0644
org.gnome.desktop.media-handling.gschema.xml File 2.54 KB 0644
org.gnome.desktop.notifications.gschema.xml File 2.77 KB 0644
org.gnome.desktop.peripherals.gschema.xml File 16.94 KB 0644
org.gnome.desktop.privacy.gschema.xml File 4.79 KB 0644
org.gnome.desktop.remote-desktop.enums.xml File 980 B 0644
org.gnome.desktop.remote-desktop.gschema.xml File 6.43 KB 0644
org.gnome.desktop.screen-time-limits.gschema.xml File 1.35 KB 0644
org.gnome.desktop.screensaver.gschema.xml File 6.05 KB 0644
org.gnome.desktop.search-providers.gschema.xml File 1.86 KB 0644
org.gnome.desktop.session.gschema.xml File 668 B 0644
org.gnome.desktop.sound.gschema.xml File 1.03 KB 0644
org.gnome.desktop.thumbnail-cache.gschema.xml File 600 B 0644
org.gnome.desktop.thumbnailers.gschema.xml File 866 B 0644
org.gnome.desktop.wm.keybindings.gschema.xml File 13.19 KB 0644
org.gnome.desktop.wm.preferences.gschema.xml File 12.1 KB 0644
org.gnome.eog.enums.xml File 1.54 KB 0644
org.gnome.eog.gschema.xml File 6.53 KB 0644
org.gnome.evolution-data-server.addressbook.gschema.xml File 320 B 0644
org.gnome.evolution-data-server.calendar.gschema.xml File 5.52 KB 0644
org.gnome.evolution-data-server.gschema.xml File 6.7 KB 0644
org.gnome.evolution.eds-shell.gschema.xml File 684 B 0644
org.gnome.evolution.shell.network-config.gschema.xml File 5.27 KB 0644
org.gnome.gnome-system-monitor.enums.xml File 423 B 0644
org.gnome.gnome-system-monitor.gschema.xml File 19.48 KB 0644
org.gnome.login-screen.gschema.xml File 4.02 KB 0644
org.gnome.mousetweaks.enums.xml File 852 B 0644
org.gnome.mousetweaks.gschema.xml File 958 B 0644
org.gnome.mutter.gschema.xml File 8.62 KB 0644
org.gnome.mutter.wayland.gschema.xml File 5.85 KB 0644
org.gnome.mutter.x11.gschema.xml File 1.09 KB 0644
org.gnome.nautilus.gschema.xml File 13.96 KB 0644
org.gnome.nm-applet.eap.gschema.xml File 650 B 0644
org.gnome.online-accounts.gschema.xml File 709 B 0644
org.gnome.power-manager.gschema.xml File 2.41 KB 0644
org.gnome.rhythmbox.gschema.xml File 19.74 KB 0644
org.gnome.rhythmbox.plugins.alternative_toolbar.gschema.xml File 3.96 KB 0644
org.gnome.seahorse.gschema.xml File 1.23 KB 0644
org.gnome.seahorse.manager.gschema.xml File 2.04 KB 0644
org.gnome.seahorse.window.gschema.xml File 446 B 0644
org.gnome.settings-daemon.enums.xml File 2.93 KB 0644
org.gnome.settings-daemon.global-shortcuts.gschema.xml File 729 B 0644
org.gnome.settings-daemon.peripherals.gschema.xml File 7.25 KB 0644
org.gnome.settings-daemon.peripherals.wacom.gschema.xml File 4.74 KB 0644
org.gnome.settings-daemon.plugins.color.gschema.xml File 2.48 KB 0644
org.gnome.settings-daemon.plugins.gschema.xml File 966 B 0644
org.gnome.settings-daemon.plugins.housekeeping.gschema.xml File 1.68 KB 0644
org.gnome.settings-daemon.plugins.media-keys.gschema.xml File 28.74 KB 0644
org.gnome.settings-daemon.plugins.power.gschema.xml File 4.32 KB 0644
org.gnome.settings-daemon.plugins.sharing.gschema.xml File 493 B 0644
org.gnome.settings-daemon.plugins.wwan.gschema.xml File 407 B 0644
org.gnome.settings-daemon.plugins.xsettings.gschema.xml File 3.02 KB 0644
org.gnome.shell.extensions.appindicator.gschema.xml File 1.7 KB 0644
org.gnome.shell.extensions.dash-to-dock.gschema.xml File 28.53 KB 0644
org.gnome.shell.extensions.ding.gschema.xml File 5.04 KB 0644
org.gnome.shell.extensions.tiling-assistant.gschema.xml File 8.01 KB 0644
org.gnome.shell.gschema.xml File 15.35 KB 0644
org.gnome.shell.ubuntu.gschema.xml File 948 B 0644
org.gnome.shotwell-extras.gschema.xml File 1.33 KB 0644
org.gnome.shotwell.gschema.xml File 32.22 KB 0644
org.gnome.system.dns_sd.gschema.xml File 766 B 0644
org.gnome.system.gvfs.enums.xml File 469 B 0644
org.gnome.system.locale.gschema.xml File 448 B 0644
org.gnome.system.location.gschema.xml File 1.13 KB 0644
org.gnome.system.proxy.gschema.xml File 6.21 KB 0644
org.gnome.system.smb.gschema.xml File 786 B 0644
org.gnome.system.wsdd.gschema.xml File 473 B 0644
org.gnome.totem.enums.xml File 5.92 KB 0644
org.gnome.totem.gschema.xml File 3.69 KB 0644
org.gnome.totem.plugins.opensubtitles.gschema.xml File 381 B 0644
org.gnome.totem.plugins.pythonconsole.gschema.xml File 481 B 0644
org.gnome.yelp.gschema.xml File 792 B 0644
org.gtk.Settings.ColorChooser.gschema.xml File 931 B 0644
org.gtk.Settings.Debug.gschema.xml File 833 B 0644
org.gtk.Settings.EmojiChooser.gschema.xml File 623 B 0644
org.gtk.Settings.FileChooser.gschema.xml File 6.07 KB 0644
org.gtk.gtk4.Inspector.gschema.xml File 1.21 KB 0644
org.gtk.gtk4.Settings.ColorChooser.gschema.xml File 941 B 0644
org.gtk.gtk4.Settings.Debug.gschema.xml File 840 B 0644
org.gtk.gtk4.Settings.EmojiChooser.gschema.xml File 678 B 0644
org.gtk.gtk4.Settings.FileChooser.gschema.xml File 6.38 KB 0644
org.yorba.shotwell-extras.gschema.xml File 3.37 KB 0644
org.yorba.shotwell.gschema.xml File 34.1 KB 0644
xdg-desktop-portal-gnome.gschema.xml File 391 B 0644
Filemanager