quickshell-web/modules_old/Quickshell.Wayland/WlrLayer.json

21 lines
669 B
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"name": "WlrLayer",
"module": "Quickshell.Wayland",
"type": "enum",
"description": "WlrLayershell layer.",
"details": "See {{< qmltypelink type=\"local\" module=\"Quickshell.Wayland\" name=\"WlrLayershell\" mtype=\"prop\" mname=\"layer\" >}}.\n",
"variants": {
"Bottom": {
"details": "Above background, usually below windows\n"
},
"Top": {
"details": "Commonly used for panels, app launchers, and docks.\nUsually renders over normal windows and below fullscreen windows.\n"
},
"Overlay": {
"details": "Usually renders over fullscreen windows\n"
},
"Background": {
"details": "Below bottom\n"
}
}
}