„disable_touchpad_while_typing_gconf.md“ hinzufügen

This commit is contained in:
DeltaLima 2023-06-06 23:01:22 +02:00
parent 8d4f3b25f5
commit ffa018a269
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
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
```