move shortcut to file

This commit is contained in:
Benjamin Palko 2025-09-03 09:45:15 -04:00
parent 420c42a30e
commit 9cf647bfb3
2 changed files with 5 additions and 6 deletions

View file

@ -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"
}
}

View file

@ -1,5 +0,0 @@
import Quickshell.Hyprland
GlobalShortcut {
appid: "lux"
}