{ "name": "QuickshellSettings", "module": "Quickshell", "type": "class", "super": { "type": "qt", "module": "qml.QtQml", "name": "QtObject" }, "description": "Accessor for some options under the Quickshell type.", "details": "", "flags": [ "uncreatable" ], "properties": { "workingDirectory": { "type": { "type": "qt", "module": "qml", "name": "string" }, "details": "Quickshell's working directory. Defaults to whereever quickshell was launched from.\n" }, "watchFiles": { "type": { "type": "qt", "module": "qml", "name": "bool" }, "details": "If true then the configuration will be reloaded whenever any files change.\nDefaults to true.\n" } }, "functions": [], "signals": { "lastWindowClosed": { "name": "lastWindowClosed", "details": "Sent when the last window is closed.\n\nTo make the application exit when the last window is closed run `Qt.quit()`.\n", "params": [] } }, "variants": {} }