14 lines
257 B
TOML
14 lines
257 B
TOML
![]() |
[repository]
|
||
|
name = "morebinds"
|
||
|
authors = ["rafay"]
|
||
|
commit-pins = [
|
||
|
|
||
|
]
|
||
|
|
||
|
[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/"
|
||
|
]
|