quickshell/src/core/module.md
outfoxxed ec362637b8
service/tray!: redesign menus / dbusmenu and add native menu support
Reworks dbusmenu menus to be displayable with a system context menu.

Breaks the entire DBusMenu api.
2024-07-01 20:50:30 -07:00

27 lines
507 B
Markdown

name = "Quickshell"
description = "Core Quickshell types"
headers = [
"qmlglobal.hpp",
"qmlscreen.hpp",
"reload.hpp",
"shell.hpp",
"variants.hpp",
"region.hpp",
"proxywindow.hpp",
"persistentprops.hpp",
"windowinterface.hpp",
"panelinterface.hpp",
"floatingwindow.hpp",
"popupwindow.hpp",
"singleton.hpp",
"lazyloader.hpp",
"easingcurve.hpp",
"transformwatcher.hpp",
"boundcomponent.hpp",
"model.hpp",
"elapsedtimer.hpp",
"desktopentry.hpp",
"objectrepeater.hpp",
"qsmenu.hpp"
]
-----