diff options
Diffstat (limited to 'widgets/CustomShortcut.qml')
| -rw-r--r-- | widgets/CustomShortcut.qml | 5 |
1 files changed, 5 insertions, 0 deletions
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" +} |