command-snippets/disable_touchpad_while_typi...

5 lines
217 B
Markdown
Raw Permalink 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
```