From 1e442f1af0ed19715660589f0cdc8cc64210fd1b Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 12 May 2026 11:13:26 +0200 Subject: [PATCH] qs: temp fix super key always thought to be held down --- dots/.config/quickshell/ii/GlobalStates.qml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dots/.config/quickshell/ii/GlobalStates.qml b/dots/.config/quickshell/ii/GlobalStates.qml index bfb531e6e..ef178f85d 100644 --- a/dots/.config/quickshell/ii/GlobalStates.qml +++ b/dots/.config/quickshell/ii/GlobalStates.qml @@ -38,15 +38,15 @@ Singleton { } } - GlobalShortcut { - name: "workspaceNumber" - description: "Hold to show workspace numbers, release to show icons" + // GlobalShortcut { + // name: "workspaceNumber" + // description: "Hold to show workspace numbers, release to show icons" - onPressed: { - root.superDown = true - } - onReleased: { - root.superDown = false - } - } + // onPressed: { + // root.superDown = true + // } + // onReleased: { + // root.superDown = false + // } + // } } \ No newline at end of file