Created
August 29, 2025 14:44
-
-
Save eboye/a6a81e6d5614d1ecac4fb3777c1d9583 to your computer and use it in GitHub Desktop.
touchpad-fix.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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