summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Item Size Position.md1
-rw-r--r--Layouts.md11
-rw-r--r--Quickshell.md5
3 files changed, 16 insertions, 1 deletions
diff --git a/Item Size Position.md b/Item Size Position.md
index 2479688..541b04d 100644
--- a/Item Size Position.md
+++ b/Item Size Position.md
@@ -37,4 +37,3 @@ Item.childrenRect represents the actual geometry of all child items, not the mpl
Use [MarginWrapperManager](https://quickshell.org/docs/types/Quickshell.Widgets/MarginWrapperManager) to handle size and position of container and a single child item.
-## Layouts
diff --git a/Layouts.md b/Layouts.md
new file mode 100644
index 0000000..6e972b0
--- /dev/null
+++ b/Layouts.md
@@ -0,0 +1,11 @@
+[[Quickshell]]
+
+---
+
+# Layouts
+
+https://doc.qt.io/qt-6/qtquicklayouts-overview.html
+
+`import QtQuick.Layouts`
+
+For example to stack two pieces of `Text` use a `ColumnLayout`.
diff --git a/Quickshell.md b/Quickshell.md
index c801fee..d199cd1 100644
--- a/Quickshell.md
+++ b/Quickshell.md
@@ -6,6 +6,10 @@
https://quickshell.org
+QML Types: https://doc.qt.io/qt-6/qtquick-qmlmodule.html
+
+https://htmlcolorcodes.com
+
XDG standard config paths. Looks for `shell.qml` in all sub-directories unless root dir has one. Target specific config using `quickshell -c configname`.
## Windows
@@ -21,6 +25,7 @@ Types:
Set `id: somename` to reference by `somename`, ie `somename.text = "blaat"`
Strings can be concat using `+`
+
## Processes
Requires `import Quickshell.Io` (NOTE the capital I in Io)