From 468bab5e5b4a5336cee24f124f58b17ef532bedb Mon Sep 17 00:00:00 2001 From: M Matthew Hydock Date: Fri, 29 Aug 2025 23:08:36 -0400 Subject: launcher: allow show on hover (#498) added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled. --- config/LauncherConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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: "@" -- cgit v1.2.3-freya