This is such a nice tool! I loved using it!
It doesn't try to be fancy, but provides as-is apt description and utility as xinput, only in GUI form.
Just a quick [Optional] suggestion:
When I installed it in Arch (I use i3-wm with rofi), rofi didn't put this app inside the Application category since it didn't have any .desktop file associated with it.
I've created one and put it in /usr/share/applications/xinput-gui.desktop. If you include it with your Arch AUR package or other dist packages, GUI launchers would be able to find this easily.
[Desktop Entry]
Type=Application
Name=XInput Gui
Comment=Simple GUI tool for XInput configuration
Icon=utilities-terminal
Terminal=false
Exec=xinput-gui
Categories=ConsoleOnly;System;
Keywords=Xinput;XInput;Trackpad;Touchpad;Mouse;Touchscreen;Keyboard
This is such a nice tool! I loved using it!
It doesn't try to be fancy, but provides as-is apt description and utility as
xinput, only in GUI form.Just a quick [Optional] suggestion:
When I installed it in Arch (I use
i3-wmwithrofi),rofididn't put this app inside theApplicationcategory since it didn't have any.desktopfile associated with it.I've created one and put it in
/usr/share/applications/xinput-gui.desktop. If you include it with your Arch AUR package or other dist packages, GUI launchers would be able to find this easily.