diff options
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 31577c4..bfca030 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -1,6 +1,10 @@ import Quickshell.Io JsonObject { + property bool persistent: true + property bool showOnHover: true + property int dragThreshold: 20 + property JsonObject sizes: JsonObject { property int innerHeight: 30 property int windowPreviewSize: 400 |