1
0
mirror of https://github.com/Luzifer/ulauncher-autotype.git synced 2024-09-16 15:08:31 +00:00
ulauncher-autotype/manifest.json
2019-09-22 13:55:09 +02:00

17 lines
406 B
JSON

{
"required_api_version": "^2.0.0",
"name": "Auto-Type",
"description": "Automatically type stuff using xdotool when you're not allowed to paste",
"developer_name": "Knut Ahlers",
"icon": "icon/icon.svg",
"preferences": [
{
"id": "autotype_kw",
"type": "keyword",
"name": "AutoType",
"description": "Auto-Type using xdotool",
"default_value": "at"
}
]
}