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