Compare commits

..

No commits in common. "aa943a44b6701e91886210db3dfa9de465c0940e" and "cd0f8fa8736dceb7582466cbeacfc2637acb4b55" have entirely different histories.

4 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
import qs.services
import qs.widgets
import Quickshell
import Quickshell.Hyprland
Scope {
id: root
@ -28,8 +28,4 @@ Scope {
description: 'Open the Component Storybook'
onPressed: Visibility.storybook = !Visibility.storybook
}
component LuxShortcut: GlobalShortcut {
appid: "lux"
}
}

5
widgets/LuxShortcut.qml Normal file
View file

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