All Projects → IvanFon → Xinput Gui

IvanFon / Xinput Gui

Licence: gpl-3.0
A simple GUI for Xorg's Xinput tool.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Xinput Gui

Taffybar
A gtk based status bar for tiling window managers such as XMonad
Stars: ✭ 502 (+251.05%)
Mutual labels:  gtk, x11
Wxwidgets
wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.
Stars: ✭ 3,994 (+2693.01%)
Mutual labels:  gtk, x11
Kime
Korean IME
Stars: ✭ 208 (+45.45%)
Mutual labels:  gtk, x11
Quicktile
Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
Stars: ✭ 719 (+402.8%)
Mutual labels:  gtk, x11
Ephemeral
A private-by-default, always-incognito browser for elementary OS
Stars: ✭ 133 (-6.99%)
Mutual labels:  gtk
Gsimplecal
Simple and lightweight GTK calendar (BSD license)
Stars: ✭ 121 (-15.38%)
Mutual labels:  gtk
Waybar
Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
Stars: ✭ 2,037 (+1324.48%)
Mutual labels:  gtk
Cnx
A simple X11 status bar for use with simple WMs.
Stars: ✭ 115 (-19.58%)
Mutual labels:  x11
Gintro
High level GObject-Introspection based GTK3/GTK4 bindings for Nim language
Stars: ✭ 141 (-1.4%)
Mutual labels:  gtk
Razercommander
GTK contol center for managing razer peripherals on Linux
Stars: ✭ 140 (-2.1%)
Mutual labels:  gtk
Mail
Mail app designed for elementary OS
Stars: ✭ 130 (-9.09%)
Mutual labels:  gtk
Glide
Linux/macOS media player based on GStreamer and GTK+
Stars: ✭ 123 (-13.99%)
Mutual labels:  gtk
Hydrapaper
A Gtk utility to set two different backgrounds for each monitor on GNOME (which lacks this feature)
Stars: ✭ 134 (-6.29%)
Mutual labels:  gtk
Wayst
A simple terminal emulator
Stars: ✭ 117 (-18.18%)
Mutual labels:  x11
Boop Gtk
Port of @IvanMathy's Boop to GTK, a scriptable scratchpad for developers.
Stars: ✭ 141 (-1.4%)
Mutual labels:  gtk
Arc Theme Red
A red themed derivation of https://github.com/horst3180/arc-theme
Stars: ✭ 117 (-18.18%)
Mutual labels:  gtk
Adementary Theme
A theme for GNOME/Budgie/Xfce/Cinnamon desktop with elementary-ish aesthetics.
Stars: ✭ 129 (-9.79%)
Mutual labels:  gtk
Linux Dotfiles
I configure lots of things, sorting them out here
Stars: ✭ 137 (-4.2%)
Mutual labels:  gtk
Byte
A Music Player designed for elementary OS
Stars: ✭ 128 (-10.49%)
Mutual labels:  gtk
Remmina
Mirror of https://gitlab.com/Remmina/Remmina The GTK+ Remmina Remote Desktop Client
Stars: ✭ 1,705 (+1092.31%)
Mutual labels:  gtk

xinput-gui

A simple GUI for Xorg's Xinput tool.

xinput allows you to edit properties of devices like keyboards, mice, and touchpads. This GUI wraps around the xinput command to make editing them faster and more user-friendly.

Installation

xinput-gui depends on Python 3.5+, GTK+ 3.20+, PyGObject, and xinput.

Arch Linux

Available as a package on the AUR: xinput-gui

Install it with makepkg or your preferred AUR helper.

Gentoo

Available as a Gentoo package thanks to @filalex77: app-misc/xinput-gui

To install it, run the following commands:

eselect-repository enable bright
emerge --sync
emerge xinput-gui

pip

Available on PyPI: xinput-gui

Install it with pip: pip install --user xinput-gui.

Manual install

Download the latest release or clone this repo and run ./setup.py install --user.

Usage

Just run xinput-gui. Selecting a device will list all of it's properties. When editing them, changes will be applied immediately.

For detailed usage instructions, information on development and contributing, and more, see the documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].