forked from quickshell/quickshell
feat: begin work on docs, also minor refactoring
This commit is contained in:
parent
5de0ae095b
commit
424a45be05
12 changed files with 197 additions and 13 deletions
13
src/cpp/module.md
Normal file
13
src/cpp/module.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "QuickShell"
|
||||
description = "Core QuickShell types"
|
||||
headers = [
|
||||
"qmlglobal.hpp",
|
||||
"qmlscreen.hpp",
|
||||
"scavenge.hpp",
|
||||
"shell.hpp",
|
||||
"variants.hpp",
|
||||
"proxywindow.hpp",
|
||||
"layershell.hpp",
|
||||
]
|
||||
-----
|
||||
The core types provided by QuickShell
|
Loading…
Add table
Add a link
Reference in a new issue