Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
masskro0 committed Nov 22, 2023
2 parents 15d6a61 + 00aec6a commit 0799967
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ There are 3 additional flags:
<ul>
<li>-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.<br>E.g. <b>-e 12</b></li>
<li>-h: Helper message</li>
<li>-t: Timeout: Timeout in milliseconds between the last keystroke and re-enabling the touchpad. Default value is 1500. E.g. <b>-t 1500</b></li>
<li>-t: Timeout: Timeout in milliseconds between the last keystroke and re-enabling the touchpad. Default value is 1000. E.g. <b>-t 1000</b></li>
</ul>

## Start application after booting
Place the `block-touchpad.desktop` file into `/home/<user>/.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:
```
Expand Down

0 comments on commit 0799967

Please sign in to comment.