Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elementary/switchboard-plug-mouse-touchpad

Switchboard Mouse & Touchpad Plug
https://github.com/elementary/switchboard-plug-mouse-touchpad

gtk gtk3 hacktoberfest meson pantheon switchboard vala

Last synced: about 2 months ago
JSON representation

Switchboard Mouse & Touchpad Plug

Awesome Lists containing this project

README

        

# Mouse & Touchpad Settings
[![Translation status](https://l10n.elementary.io/widgets/switchboard/-/switchboard-plug-mouse-touchpad/svg-badge.svg)](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

![screenshot](data/screenshot-clicking.png?raw=true)

## Building and Installation

You'll need the following dependencies:

* libswitchboard-3-dev
* libgranite-7-dev
* libxml2-dev
* meson
* valac

Run `meson` to configure the build environment and then `ninja` to build

meson build --prefix=/usr
cd build
ninja

To install, use `ninja install`

ninja install