A little utility which controls touchpad of laptops.
Have you been annoyed by the flying cursor while typing when accidentally hit the touchpad? If so, try it.
- Gnome Wayland (by gsettings)
- Gnome X11 (by gsettings, untested)
- KDE
- Hyprland
- ...
git clone https://github.com/lialh4qwq/touchpadctl.git
cd touchpadctl
sudo mv touchpadctl.fish /usr/local/bin/touchpadctl
sudo chown root:root /usr/local/bin/touchpadctl
sudo chmod 0755 /usr/local/bin/touchpadctl
touchpadctl <toggle|enable|disable>
gnome:
Settings โ Keyboard โ View and Custom Shortcuts โ Custom shortcuts โ "+"
Enjoy!
- Support more DE/WM like KDE, Hyprland, etc.
- Support disable touchpad by xinput to work in generic X11 environments
- More complete and user-friendly CLI interface, supporting operating in specific method
- Config file support that defining default behavior
- Daemon mode for DE/WM that can't handle shortcuts
๐๏ธ๐๏ธ๐๏ธ