diff --git a/disable_touchpad_while_typing_gconf.md b/disable_touchpad_while_typing_gconf.md new file mode 100644 index 0000000..9c19244 --- /dev/null +++ b/disable_touchpad_while_typing_gconf.md @@ -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 +``` \ No newline at end of file