summaryrefslogtreecommitdiff
path: root/components/misc/CustomShortcut.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/misc/CustomShortcut.qml')
-rw-r--r--components/misc/CustomShortcut.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/misc/CustomShortcut.qml b/components/misc/CustomShortcut.qml
new file mode 100644
index 0000000..aa35ed8
--- /dev/null
+++ b/components/misc/CustomShortcut.qml
@@ -0,0 +1,5 @@
+import Quickshell.Hyprland
+
+GlobalShortcut {
+ appid: "caelestia"
+}