diff --git a/README.md b/README.md
index 4177cbb..791286b 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,12 @@ There are 3 additional flags:
- -e: ID of the keystroke event file which can be found in /dev/input/. By not providing this argument, the program tries to find the ID automatically. However, if it doesn't succeed, then you have to provide it by yourself with this flag.
E.g. -e 12
- -h: Helper message
- - -t: Timeout: Timeout in milliseconds between the last keystroke and re-enabling the touchpad. Default value is 1500. E.g. -t 1500
+ - -t: Timeout: Timeout in milliseconds between the last keystroke and re-enabling the touchpad. Default value is 1000. E.g. -t 1000
+## Start application after booting
+Place the `block-touchpad.desktop` file into `/home//.config/autostart` and adapt the directory in this file to the one pointing to the binary file. This directory only exists if you're using Gnome as your desktop environment.
+
## Memory Leaks
Valgrind shows no memory leaks:
```