diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-08-01 10:37:07 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-08-01 10:37:07 +0200 |
commit | cb2d833329c58d00229056c01538fa097ecb03ca (patch) | |
tree | db5c7bfceb350d25b5299b2039b095ae654c3928 /Quickshell.md | |
parent | 260eef7f245f62bb03e463d749520c83861dcf42 (diff) |
vault backup: 2025-08-01 10:37:07
Diffstat (limited to 'Quickshell.md')
-rw-r--r-- | Quickshell.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Quickshell.md b/Quickshell.md index c801fee..2ff8d48 100644 --- a/Quickshell.md +++ b/Quickshell.md @@ -2,12 +2,11 @@ --- -# Quickshell - https://quickshell.org -XDG standard config paths. Looks for `shell.qml` in all sub-directories unless root dir has one. Target specific config using `quickshell -c configname`. +When launching `quickshell` it wil scan XDG_CONFIG_DIRS for `shell.qml` that it will load unless `-c` is specified. It will scan sub-directories if no `shell.qml` is found in the root directory. +Quickshell expands [[QtQuick]] with functionalities useful for building shells. ## Windows Requires `import Quickshell`. Types: @@ -76,7 +75,6 @@ Set `pragma Singleton` at the top of the file ( before imports ). and Use `Singl [Clock formatting](https://doc.qt.io/qt-6/qml-qtqml-qt.html#formatDateTime-method) - ## Signals Event emitter. Same rules as properties and function. @@ -94,7 +92,6 @@ Does that somehow override the onClicked function of the target?? All properties have `propertynameChanged` handler, powering the reactivity. - ## Attached objects Every object has `Component` attached, used to run stuff when an Object finishes initializes using `Component.onCompleted`. |