fix globalshortcut names

This commit is contained in:
Zacharias-Brohn
2026-02-16 19:25:16 +01:00
parent ded3ab06df
commit 168c0cd686
10 changed files with 21 additions and 73 deletions
+2 -2
View File
@@ -5,6 +5,7 @@ import Quickshell.Wayland
import Quickshell.Hyprland
import QtQuick
import QtQuick.Effects
import qs.Components
import qs.Config
Scope {
@@ -45,10 +46,9 @@ Scope {
lock: lock
}
GlobalShortcut {
CustomShortcut {
name: "lock"
description: "Lock the current session"
appid: "zshell-lock"
onPressed: {
lock.locked = true;
}