From 4f816e0abf00682c45a4a6dbd3301067233e7bd4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 2 Jun 2025 21:57:59 +1000 Subject: bar: add preview to activewindow popout --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 5afbdb3..9ffcabf 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -11,6 +11,7 @@ Singleton { component Sizes: QtObject { property int innerHeight: 30 + property int windowPreviewSize: 400 } component Workspaces: QtObject { -- cgit v1.2.3-freya