Skip to content

Instantly share code, notes, and snippets.

@fbouynot
Last active January 18, 2023 16:19
Show Gist options
  • Save fbouynot/565a1eb78b03f35cb5d58b8e370e1382 to your computer and use it in GitHub Desktop.
Save fbouynot/565a1eb78b03f35cb5d58b8e370e1382 to your computer and use it in GitHub Desktop.
Disable trackpad when external mouse is plugged or when typing
gsettings set org.gnome.desktop.peripherals.touchpad send-events disabled-on-external-mouse
gsettings set org.gnome.desktop.peripherals.touchpad disable-while-typing true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment