diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/DashboardConfig.qml | 1 | ||||
| -rw-r--r-- | config/LauncherConfig.qml | 1 | ||||
| -rw-r--r-- | config/OsdConfig.qml | 1 | ||||
| -rw-r--r-- | config/SessionConfig.qml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index 523d4b1..28e3b66 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -1,6 +1,7 @@ import Quickshell.Io JsonObject { + property bool enabled: true property int mediaUpdateInterval: 500 property int visualiserBars: 45 property Sizes sizes: Sizes {} diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 635aa56..70465a0 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -1,6 +1,7 @@ import Quickshell.Io JsonObject { + property bool enabled: true property int maxShown: 8 property int maxWallpapers: 9 // Warning: even numbers look bad property string actionPrefix: ">" diff --git a/config/OsdConfig.qml b/config/OsdConfig.qml index d61419b..e5ca4bd 100644 --- a/config/OsdConfig.qml +++ b/config/OsdConfig.qml @@ -1,6 +1,7 @@ import Quickshell.Io JsonObject { + property bool enabled: true property int hideDelay: 2000 property Sizes sizes: Sizes {} diff --git a/config/SessionConfig.qml b/config/SessionConfig.qml index 5fee414..753d5c1 100644 --- a/config/SessionConfig.qml +++ b/config/SessionConfig.qml @@ -1,6 +1,7 @@ import Quickshell.Io JsonObject { + property bool enabled: true property int dragThreshold: 30 property Sizes sizes: Sizes {} |