Compare commits
No commits in common. "aa943a44b6701e91886210db3dfa9de465c0940e" and "cd0f8fa8736dceb7582466cbeacfc2637acb4b55" have entirely different histories.
aa943a44b6
...
cd0f8fa873
4 changed files with 6 additions and 5 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,8 +28,4 @@ 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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
widgets/LuxShortcut.qml
Normal file
5
widgets/LuxShortcut.qml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
import Quickshell.Hyprland
|
||||||
|
|
||||||
|
GlobalShortcut {
|
||||||
|
appid: "lux"
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue