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