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" +}