This commit is contained in:
Zacharias-Brohn
2026-03-12 16:30:53 +01:00
parent 0b935a3096
commit 0cd2b3dbfc
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -157,7 +157,6 @@ Singleton {
return { return {
enable: dock.enable, enable: dock.enable,
height: dock.height, height: dock.height,
hoverRegionHeight: dock.hoverRegionHeight,
hoverToReveal: dock.hoverToReveal, hoverToReveal: dock.hoverToReveal,
pinnedApps: dock.pinnedApps, pinnedApps: dock.pinnedApps,
pinnedOnStartup: dock.pinnedOnStartup, pinnedOnStartup: dock.pinnedOnStartup,
-1
View File
@@ -3,7 +3,6 @@ import Quickshell.Io
JsonObject { JsonObject {
property bool enable: false property bool enable: false
property real height: 60 property real height: 60
property real hoverRegionHeight: 2
property bool hoverToReveal: true property bool hoverToReveal: true
property list<string> ignoredAppRegexes: [] property list<string> ignoredAppRegexes: []
property list<string> pinnedApps: ["org.kde.dolphin", "kitty",] property list<string> pinnedApps: ["org.kde.dolphin", "kitty",]