talkis/src-tauri/tauri.linux.conf.json
2026-05-20 17:38:03 +03:00

24 lines
486 B
JSON

{
"app": {
"windows": [
{
"label": "widget",
"title": "Talkis",
"url": "index.html?window=widget",
"width": 78,
"height": 32,
"minWidth": 18,
"minHeight": 18,
"resizable": false,
"decorations": false,
"transparent": true,
"alwaysOnTop": true,
"skipTaskbar": true,
"acceptFirstMouse": true,
"shadow": false,
"x": 682,
"y": 800
}
]
}
}