diff options
| author | Kiran George <kirangeorge1995@gmail.com> | 2025-08-09 16:28:51 +0530 |
|---|---|---|
| committer | Kiran George <kirangeorge1995@gmail.com> | 2025-08-09 16:28:51 +0530 |
| commit | 17dafd3586db4db77801dc72788b60934b43f966 (patch) | |
| tree | d5fb841d38d63c21d32b6a70f6d69b4f11e2c901 /config/quickshell/modules/common/ConfigOptions.qml | |
| parent | 700b054c6f884cb9510e29f993080c0f7b109fd0 (diff) | |
Overview multimonitor fix
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..d1eb7499 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: false // Show windows from all monitors } property QtObject resources: QtObject { |
