diff options
Diffstat (limited to 'Quickshell.md')
-rw-r--r-- | Quickshell.md | 5 |
1 files changed, 5 insertions, 0 deletions
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) |