We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc7ced commit 7eff415Copy full SHA for 7eff415
src/core/qmlglobal.hpp
@@ -109,6 +109,8 @@ class QuickshellGlobal: public QObject {
109
/// The root directory is the folder containing the entrypoint to your shell, often referred
110
/// to as `shell.qml`.
111
Q_PROPERTY(QString configDir READ configDir CONSTANT);
112
+ /// > [!WARNING] Deprecated: Returns @@configDir.
113
+ Q_PROPERTY(QString shellRoot READ configDir CONSTANT);
114
/// Quickshell's working directory. Defaults to whereever quickshell was launched from.
115
Q_PROPERTY(QString workingDirectory READ workingDirectory WRITE setWorkingDirectory NOTIFY workingDirectoryChanged);
116
/// If true then the configuration will be reloaded whenever any files change.
0 commit comments