This utility lets you draw using your laptop's touchpad on Linux.
Pressing any key or clicking the touchpad will finish the drawing.
Your touchpad will not control the cursor while drawing, though external mice should still work.
It has support for both X11 (all desktop environments), and Wayland (just Gnome at the moment).
sudo apt install libglib2.0-bin xinput python3-pip python3-tk
pip3 install fingerpaint
If you are using X11, Install fingerpaint
via the AUR.
If you are using Wayland, Install fingerpaint-wayland
via the AUR.
nix profile install github:Wazzaps/fingerpaint
# Simple usage
fingerpaint -o painting.png
# Play with style
fingerpaint --dark -o painting.png
# Copy to clipboard (using bash)
fingerpaint --hint=$'Press any key or click to finish drawing\nImage will be copied to clipboard' -o - | xclip -sel clip -t image/png
# Copy to clipboard (using fish)
fingerpaint --hint="Press any key or click to finish drawing"\n"Image will be copied to clipboard" -o - | xclip -sel clip -t image/png
- Digitize your signature to sign PDFs
- Enter complex characters (e.g. Math symbols) or Asian scripts
- Doodle I guess