11 lines
No EOL
234 B
TOML
11 lines
No EOL
234 B
TOML
[repository]
|
|
name = "morebinds"
|
|
authors = ["rafay"]
|
|
|
|
[plugin-name]
|
|
description = "a plugin that allows you to set binds for double tapping mod keys"
|
|
authors = ["rafay"]
|
|
output = "build/libmorebinds.so"
|
|
build = [
|
|
"make -C build/"
|
|
] |