diff options
Diffstat (limited to 'config/LauncherConfig.qml')
| -rw-r--r-- | config/LauncherConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index fa5b7a5..d021089 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -2,6 +2,7 @@ import Quickshell.Io JsonObject { property bool enabled: true + property bool showOnHover: false property int maxShown: 8 property int maxWallpapers: 9 // Warning: even numbers look bad property string specialPrefix: "@" |