aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/modules/overview/Overview.qml
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-10-05 11:18:33 -0400
committerGitHub <noreply@github.com>2025-10-05 11:18:33 -0400
commit0c5e7e9de06cc7e786974a3ee5b8e7bda517d219 (patch)
treea5d7357d669e0fc69c0e05bd2b431a51446f104b /config/quickshell/modules/overview/Overview.qml
parent613b232adb2f26b0bc89464a5003271a8559e6f0 (diff)
parent8da32f1f6e8ec1d2b25a14efbf927af232323315 (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.qml2
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage