move shortcut to file
This commit is contained in:
parent
420c42a30e
commit
9cf647bfb3
2 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import qs.services
|
import qs.services
|
||||||
import qs.widgets
|
|
||||||
import Quickshell
|
import Quickshell
|
||||||
|
import Quickshell.Hyprland
|
||||||
|
|
||||||
Scope {
|
Scope {
|
||||||
id: root
|
id: root
|
||||||
|
|
@ -28,4 +28,8 @@ Scope {
|
||||||
description: 'Open the Component Storybook'
|
description: 'Open the Component Storybook'
|
||||||
onPressed: Visibility.storybook = !Visibility.storybook
|
onPressed: Visibility.storybook = !Visibility.storybook
|
||||||
}
|
}
|
||||||
|
|
||||||
|
component LuxShortcut: GlobalShortcut {
|
||||||
|
appid: "lux"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
import Quickshell.Hyprland
|
|
||||||
|
|
||||||
GlobalShortcut {
|
|
||||||
appid: "lux"
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue