diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 1 | ||||
| -rw-r--r-- | data/org.mate.SettingsDaemon.plugins.wlrandr.gschema.xml.in | 29 | ||||
| -rw-r--r-- | data/org.mate.peripherals-mouse.gschema.xml.in | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 3745513..13442c1 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -25,6 +25,7 @@ msd_gschemas_in = \ org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in \ org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in \ org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.wlrandr.gschema.xml.in \ org.mate.SettingsDaemon.plugins.gschema.xml.in \ $(NULL) diff --git a/data/org.mate.SettingsDaemon.plugins.wlrandr.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.wlrandr.gschema.xml.in new file mode 100644 index 0000000..40d8e26 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.wlrandr.gschema.xml.in @@ -0,0 +1,29 @@ +<schemalist> + <schema gettext-domain="mate-settings-daemon" id="org.mate.SettingsDaemon.plugins.wlrandr" path="/org/mate/settings-daemon/plugins/wlrandr/"> + <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>1</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="show-notification-icon" type="b"> + <default>false</default> + <summary>Show Displays in Notification Area</summary> + <description>Whether a notification icon with display-related things should be shown in the panel.</description> + </key> + <key name="turn-on-external-monitors-at-startup" type="b"> + <default>false</default> + <summary>Turn on external monitor after system boot</summary> + <description>Turn on external monitor after system boot if user plugs in external monitor on system boot.</description> + </key> + <key name="default-configuration-file" type="s"> + <default>'/etc/monitors-wayland.xml'</default> + <summary>File for default configuration for Wayland outputs</summary> + <description>The wlrandr plugin will look for a default configuration in the file specified by this key. This is similar to the ~/.config/monitors-wayland.xml that normally gets stored in users' home directories. If a user does not have such a file, or has one that does not match the user's setup of monitors, then the file specified by this key will be used instead.</description> + </key> + </schema> +</schemalist> diff --git a/data/org.mate.peripherals-mouse.gschema.xml.in b/data/org.mate.peripherals-mouse.gschema.xml.in index 87b4bc2..b36cbd8 100644 --- a/data/org.mate.peripherals-mouse.gschema.xml.in +++ b/data/org.mate.peripherals-mouse.gschema.xml.in @@ -10,6 +10,11 @@ <summary>Mouse button orientation</summary> <description>Swap left and right mouse buttons for left-handed mice.</description> </key> + <key name="natural-scroll" type="b"> + <default>false</default> + <summary>Natural scrolling</summary> + <description>Set this to true to enable natural (reverse) scrolling for mice</description> + </key> <key name="motion-acceleration" type="d"> <default>-1</default> <summary>Motion Acceleration</summary> |
