Skip to content

Instantly share code, notes, and snippets.

@eboye
Created August 29, 2025 14:44
Show Gist options
  • Select an option

  • Save eboye/a6a81e6d5614d1ecac4fb3777c1d9583 to your computer and use it in GitHub Desktop.

Select an option

Save eboye/a6a81e6d5614d1ecac4fb3777c1d9583 to your computer and use it in GitHub Desktop.
touchpad-fix.sh
#!/bin/bash
# Re-applies my preferred ThinkPad touchpad settings for GNOME on Wayland.
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
gsettings set org.gnome.desktop.peripherals.touchpad click-method 'fingers'
echo "Touchpad settings applied."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment