diff --git a/modules/Shortcuts.qml b/modules/Shortcuts.qml index 2eb064e..e240bf9 100644 --- a/modules/Shortcuts.qml +++ b/modules/Shortcuts.qml @@ -1,6 +1,6 @@ import qs.services -import qs.widgets import Quickshell +import Quickshell.Hyprland Scope { id: root @@ -28,4 +28,8 @@ Scope { description: 'Open the Component Storybook' onPressed: Visibility.storybook = !Visibility.storybook } + + component LuxShortcut: GlobalShortcut { + appid: "lux" + } } diff --git a/widgets/LuxShortcut.qml b/widgets/LuxShortcut.qml deleted file mode 100644 index a724552..0000000 --- a/widgets/LuxShortcut.qml +++ /dev/null @@ -1,5 +0,0 @@ -import Quickshell.Hyprland - -GlobalShortcut { - appid: "lux" -}