11 lines
216 B
TOML
11 lines
216 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 = "plugin.so"
|
||
|
build = [
|
||
|
"make all"
|
||
|
]
|