power menu!!!
This commit is contained in:
parent
7a1bed7d89
commit
8504f8ddd2
5 changed files with 145 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import qs.services
|
||||
import qs.widgets
|
||||
import Quickshell
|
||||
|
||||
|
|
@ -11,4 +12,10 @@ Scope {
|
|||
console.log("Launcher shortcut pressed");
|
||||
}
|
||||
}
|
||||
|
||||
LuxShortcut {
|
||||
name: 'power-menu'
|
||||
description: 'Open the Power Menu'
|
||||
onPressed: Visibility.powermenu = !Visibility.powermenu
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue