dock: show on empty workspace

This commit is contained in:
end-4
2025-06-07 22:37:32 +02:00
parent a8474af78d
commit 1add44ba2f
4 changed files with 9 additions and 4 deletions
@@ -52,10 +52,11 @@ Singleton {
}
property QtObject dock: QtObject {
property bool enable: false
property bool enable: true
property real height: 60
property real hoverRegionHeight: 3
property bool pinnedOnStartup: false
property bool hoverToReveal: false // When false, only reveals on empty workspace
property list<string> pinnedApps: [ // IDs of pinned entries
"org.kde.dolphin",
"kitty",