diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-07-11 20:23:14 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:40:34 -0700 |
| commit | 0bd80939523b843fbdefb9b1eab7019c0dd19033 (patch) | |
| tree | 80cda642dd7ac8a2ba4b58634978e26780b05ba2 /config/quickshell/overview/config.example.json | |
| parent | 9c37ca9f3a96d7d8a4bd921984f2f8013343a0ef (diff) | |
Fixed qs overview and qs-hyprview
Fixed lua bindings, layerrules and set overview to not show special
workstations and show empty workspaces
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/quickshell/overview/common/Config.qml
new file: config/quickshell/overview/common/widgets/RectangularShadow.qml
modified: config/quickshell/overview/common/widgets/StyledRectangularShadow.qml
modified: config/quickshell/overview/common/widgets/qmldir
modified: config/quickshell/overview/config.example.json
Diffstat (limited to 'config/quickshell/overview/config.example.json')
| -rw-r--r-- | config/quickshell/overview/config.example.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/quickshell/overview/config.example.json b/config/quickshell/overview/config.example.json index 2f3a4fe9..1c764788 100644 --- a/config/quickshell/overview/config.example.json +++ b/config/quickshell/overview/config.example.json @@ -46,7 +46,7 @@ "columns": 5, "scale": 0.16, "enable": true, - "hideEmptyRows": true, + "hideEmptyRows": false, "closeOnFocusLoss": true, "useWorkspaceMap": false, "workspaceMap": [0, 10], @@ -56,7 +56,7 @@ "previewMode": "live", "includeInactiveMonitorPreviews": true, "previewRecaptureDelayMs": 60, - "showSpecialWorkspaces": true, + "showSpecialWorkspaces": false, "specialWorkspaces": [], "specialWorkspaceColumns": 5, "emptyWorkspaceWallpaper": "", |
