From 45e7f8d0bc4ea11f89a486a2eef5cfe388444a00 Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Fri, 28 Nov 2025 15:56:06 +0100 Subject: [PATCH] added global shortcut type --- utils/CustomShortcut.qml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 utils/CustomShortcut.qml diff --git a/utils/CustomShortcut.qml b/utils/CustomShortcut.qml new file mode 100644 index 0000000..7856ef2 --- /dev/null +++ b/utils/CustomShortcut.qml @@ -0,0 +1,5 @@ +import Quickshell.Hyprland + +GlobalShortcut { + appid: "quickshell" +}