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

21 lines
616 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 TYPE99MQS_Quickshell_Wayland99NWlrLayershell99Vlayer99Tprop99TYPE.\n",
"variants": {
"Background": {
"details": "Below bottom\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"
},
"Bottom": {
"details": "Above background, usually below windows\n"
}
}
}