command-snippets/disable_touchpad_while_typing_gconf.md

5 lines
No EOL
217 B
Markdown

Its annoying while typing on a notebook, that the touchpad reacts to accidently input. Enable the disable while typing with gconf
```
gsettings set org.gnome.desktop.peripherals.touchpad disable-while-typing true
```