command-snippets/disable_touchpad_while_typing_gconf.md

5 lines
217 B
Markdown
Raw Normal View History

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
```