add configuration menu
This commit is contained in:
parent
25e313e31b
commit
47532bd626
4 changed files with 35 additions and 0 deletions
|
|
@ -5,6 +5,12 @@ import Quickshell.Hyprland
|
|||
Scope {
|
||||
id: root
|
||||
|
||||
LuxShortcut {
|
||||
name: 'configuration'
|
||||
description: 'Open the configuration screen'
|
||||
onPressed: Visibility.configuration = !Visibility.configuration
|
||||
}
|
||||
|
||||
LuxShortcut {
|
||||
name: 'launcher'
|
||||
description: 'Open the application launcher'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue