Open your terminal.
In the root directory run the command:
sudo nano /etc/bluetooth/main.conf
| /* | |
| * autoholdclick - auto clicking while holding a button (for Linux only). | |
| * | |
| * Build: | |
| * cc -o autoholdclick autoholdclick.c $(pkg-config --cflags --libs libevdev) | |
| * | |
| * This software is in the public domain. | |
| */ | |
| #include <libevdev/libevdev-uinput.h> |
Logging functionality that supports:
std.fmt formatting magic| #!/bin/bash | |
| gource \ | |
| -s .03 \ | |
| -1280x720 \ | |
| --auto-skip-seconds .1 \ | |
| --multi-sampling \ | |
| --stop-at-end \ | |
| --key \ | |
| --highlight-users \ |