summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/Hyprland.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/Hyprland.qml b/services/Hyprland.qml
index 7bb9458..78b5453 100644
--- a/services/Hyprland.qml
+++ b/services/Hyprland.qml
@@ -21,6 +21,10 @@ Singleton {
Hyprland.dispatch(request);
}
+ function monitorFor(screen: ShellScreen): HyprlandMonitor {
+ return Hyprland.monitorFor(screen);
+ }
+
Connections {
target: Hyprland