g13 icon indicating copy to clipboard operation
g13 copied to clipboard

how to use .bind profiles?

Open vurstp opened this issue 9 years ago • 2 comments

How do I load one of the .bind profiles? Every time I restart the /tmp/g13-0 seems to get reset.

vurstp avatar Oct 19 '15 01:10 vurstp

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

james-fowler avatar Jan 21 '16 18:01 james-fowler

You can also pipe the file to /tmp/g13-0, like this: cat myfile.bind > /tmp/g13-0

pjamar avatar Feb 24 '16 18:02 pjamar