aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/overview/common/Config.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/quickshell/overview/common/Config.qml')
-rw-r--r--config/quickshell/overview/common/Config.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/quickshell/overview/common/Config.qml b/config/quickshell/overview/common/Config.qml
index 621b39db..7206503d 100644
--- a/config/quickshell/overview/common/Config.qml
+++ b/config/quickshell/overview/common/Config.qml
@@ -108,7 +108,7 @@ Singleton {
property int columns: root.readInt("overview.columns", 5)
property real scale: root.readReal("overview.scale", 0.16)
property bool enable: root.readBool("overview.enable", true)
- property bool hideEmptyRows: root.readBool("overview.hideEmptyRows", true)
+ property bool hideEmptyRows: root.readBool("overview.hideEmptyRows", false)
property bool closeOnFocusLoss: root.readBool("overview.closeOnFocusLoss", true)
property bool useWorkspaceMap: root.readBool("overview.useWorkspaceMap", false)
property var workspaceMap: root.read("overview.workspaceMap", [])
@@ -118,7 +118,7 @@ Singleton {
property string previewMode: root.readString("overview.previewMode", "live")
property bool includeInactiveMonitorPreviews: root.readBool("overview.includeInactiveMonitorPreviews", true)
property int previewRecaptureDelayMs: root.readInt("overview.previewRecaptureDelayMs", 60)
- property bool showSpecialWorkspaces: root.readBool("overview.showSpecialWorkspaces", true)
+ property bool showSpecialWorkspaces: root.readBool("overview.showSpecialWorkspaces", false)
property var specialWorkspaces: root.read("overview.specialWorkspaces", [])
property int specialWorkspaceColumns: root.readInt("overview.specialWorkspaceColumns", columns)
property string emptyWorkspaceWallpaper: root.readString("overview.emptyWorkspaceWallpaper", "")
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage