add configuration menu

This commit is contained in:
Benjamin Palko 2025-09-07 13:25:02 -04:00
parent 25e313e31b
commit 47532bd626
4 changed files with 35 additions and 0 deletions

View file

@ -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'