From 163ae337133a524ef2340cfbcaba8ee9d37bc413 Mon Sep 17 00:00:00 2001 From: Kiran George Date: Sat, 9 Aug 2025 17:56:01 +0530 Subject: Setting 'showAllMonitors' for testing --- config/quickshell/modules/common/ConfigOptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/quickshell/modules/common/ConfigOptions.qml b/config/quickshell/modules/common/ConfigOptions.qml index d1eb7499..3a9fa194 100644 --- a/config/quickshell/modules/common/ConfigOptions.qml +++ b/config/quickshell/modules/common/ConfigOptions.qml @@ -17,7 +17,7 @@ Singleton { property real windowPadding: 6 property real position: 1 // 0: top | 1: middle | 2: bottom property real workspaceNumberSize: 120 // Set 0, dynamic calculation based on monitor size - property bool showAllMonitors: false // Show windows from all monitors + property bool showAllMonitors: true // Show windows from all monitors } property QtObject resources: QtObject { -- cgit v1.2.3