From 775410393e2b27214f3b9711ee177aff06e03d84 Mon Sep 17 00:00:00 2001 From: anders130 <93037023+anders130@users.noreply.github.com> Date: Wed, 13 Aug 2025 06:53:40 +0200 Subject: bar: per-monitor workspaces option (#394) NOTE: option is true by default, which is a breaking change * feat(bar): add per-monitor workspace state * fix(bar): correct active workspace indicator * feat(bar): make per-monitor workspaces toggleable * fixes * more fixes * perMonitorWorkspaces default true + add to readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- services/Hyprland.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'services') 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 -- cgit v1.2.3-freya