From 8e8ea841dec20b587e425412ff1fd452eeab88a7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 2 May 2025 13:46:44 +1000 Subject: feat: launcher base --- widgets/CustomShortcut.qml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 widgets/CustomShortcut.qml (limited to 'widgets') diff --git a/widgets/CustomShortcut.qml b/widgets/CustomShortcut.qml new file mode 100644 index 0000000..aa35ed8 --- /dev/null +++ b/widgets/CustomShortcut.qml @@ -0,0 +1,5 @@ +import Quickshell.Hyprland + +GlobalShortcut { + appid: "caelestia" +} -- cgit v1.2.3-freya