Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elementary/switchboard-plug-mouse-touchpad
- Owner: elementary
- License: gpl-3.0
- Created: 2017-04-13T22:14:25.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T08:16:17.000Z (9 months ago)
- Last Synced: 2024-05-15T14:03:30.117Z (9 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, pantheon, switchboard, vala
- Language: Vala
- Size: 6.6 MB
- Stars: 24
- Watchers: 25
- Forks: 13
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
* valacRun `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`
ninja install