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/common/ConfigOptions.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/common/ConfigOptions.qml')
| -rw-r--r-- | config/quickshell/modules/common/ConfigOptions.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/quickshell/modules/common/ConfigOptions.qml b/config/quickshell/modules/common/ConfigOptions.qml index 25f0de05..3a9fa194 100644 --- a/config/quickshell/modules/common/ConfigOptions.qml +++ b/config/quickshell/modules/common/ConfigOptions.qml @@ -17,6 +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: true // Show windows from all monitors } property QtObject resources: QtObject { |
