diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-02 21:57:59 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-02 21:57:59 +1000 |
| commit | 4f816e0abf00682c45a4a6dbd3301067233e7bd4 (patch) | |
| tree | a1bec061a21d18eaa1478216a803883c47975745 /config/BarConfig.qml | |
| parent | dashboard: fix performance gpu stats (diff) | |
| download | caelestia-shell-4f816e0abf00682c45a4a6dbd3301067233e7bd4.tar.gz caelestia-shell-4f816e0abf00682c45a4a6dbd3301067233e7bd4.tar.bz2 caelestia-shell-4f816e0abf00682c45a4a6dbd3301067233e7bd4.zip | |
bar: add preview to activewindow popout
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |