From fad2a5f8ae360319975cfa600977b7e9f36156f4 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 5 Apr 2026 20:22:36 +0200 Subject: [PATCH] Update LauncherSearch.qml fix /wallpaper in launcher not working --- dots/.config/quickshell/ii/services/LauncherSearch.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/services/LauncherSearch.qml b/dots/.config/quickshell/ii/services/LauncherSearch.qml index 52e783e28..38287460e 100644 --- a/dots/.config/quickshell/ii/services/LauncherSearch.qml +++ b/dots/.config/quickshell/ii/services/LauncherSearch.qml @@ -7,6 +7,7 @@ import QtQuick import Qt.labs.folderlistmodel import Quickshell import Quickshell.Io +import Quickshell.Hyprland Singleton { id: root @@ -108,7 +109,7 @@ Singleton { { action: "wallpaper", execute: () => { - GlobalStates.wallpaperSelectorOpen = true; + Hyprland.dispatch("global quickshell:wallpaperSelectorToggle") } }, {