Compare commits
3 commits
cd0f8fa873
...
aa943a44b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa943a44b6 | ||
|
|
9cf647bfb3 | ||
|
|
420c42a30e |
4 changed files with 5 additions and 6 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
import Quickshell.Hyprland
|
||||
|
||||
GlobalShortcut {
|
||||
appid: "lux"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue