diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-10-05 11:18:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-05 11:18:33 -0400 |
| commit | 0c5e7e9de06cc7e786974a3ee5b8e7bda517d219 (patch) | |
| tree | a5d7357d669e0fc69c0e05bd2b431a51446f104b /config/quickshell/modules/overview/Overview.qml | |
| parent | 613b232adb2f26b0bc89464a5003271a8559e6f0 (diff) | |
| parent | 8da32f1f6e8ec1d2b25a14efbf927af232323315 (diff) | |
Merge pull request #797 from SherLock707/qs_overview_fix_v2
Overview multimonitor fix Test with laptop and external display
Diffstat (limited to 'config/quickshell/modules/overview/Overview.qml')
| -rw-r--r-- | config/quickshell/modules/overview/Overview.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/quickshell/modules/overview/Overview.qml b/config/quickshell/modules/overview/Overview.qml index ef5a49c3..08a3b0d3 100644 --- a/config/quickshell/modules/overview/Overview.qml +++ b/config/quickshell/modules/overview/Overview.qml @@ -17,7 +17,7 @@ Scope { Variants { id: overviewVariants - model: Quickshell.screens + model: Quickshell.screens.filter(s => Hyprland.monitorFor(s).id === Hyprland.focusedMonitor?.id) PanelWindow { id: root required property var modelData |
