Skip to content

Instantly share code, notes, and snippets.

@atareao
Created March 19, 2018 16:40
Show Gist options
  • Save atareao/1dc00453945128b3d8f591118f32a563 to your computer and use it in GitHub Desktop.
Save atareao/1dc00453945128b3d8f591118f32a563 to your computer and use it in GitHub Desktop.
settings for mate
org.mate.SettingsDaemon.plugins.media-keys.gschema.xml
<schema gettext-domain="mate-settings-daemon" id="org.mate.SettingsDaemon.plugins.media-keys" path="/org/mate/settings-daemon/plugins/media-keys/">
<key name="active" type="b">
<default>true</default>
<summary>Activation of this plugin</summary>
<description>Whether this plugin would be activated by mate-settings-daemon or not</description>
</key>
<key name="priority" type="i">
<default>98</default>
<summary>Priority to use for this plugin</summary>
<description>Priority to use for this plugin in mate-settings-daemon startup queue</description>
</key>
<key name="volume-step" type="i">
<default>6</default>
<summary>Volume step</summary>
<description>Volume step as percentage of volume.</description>
</key>
<key name="touchpad" type="s">
<default>'XF86TouchpadToggle'</default>
<summary>Toggle touchpad</summary>
<description>Binding to enable or disable the touchpad.</description>
</key>
<key name="volume-mute" type="s">
<default>'XF86AudioMute'</default>
<summary>Volume mute</summary>
<description>Binding to mute the system volume.</description>
</key>
<key name="volume-down" type="s">
<default>'XF86AudioLowerVolume'</default>
<summary>Volume down</summary>
<description>Binding to lower the system volume.</description>
</key>
<key name="volume-up" type="s">
<default>'XF86AudioRaiseVolume'</default>
<summary>Volume up</summary>
<description>Binding to raise the system volume.</description>
</key>
<key name="power" type="s">
<default>'&lt;Control&gt;&lt;Alt&gt;Delete'</default>
<summary>Shut down</summary>
<description>Binding to shut down.</description>
</key>
org.mate.desktop.keybindings.touchpad-indicator.gschema.xml
action
binding
name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment