g13
g13 copied to clipboard
how to use .bind profiles?
How do I load one of the .bind profiles? Every time I restart the /tmp/g13-0 seems to get reset.
You need to reload any time you restart g13d. With the latest version, you have the option of ignoring the pipe and using the command line for simple configurations, like so:
$ sudo ./g13d --config my_bindings.config
You can also pipe the file to /tmp/g13-0, like this:
cat myfile.bind > /tmp/g13-0