popouts: fix activewindow height changing
Uses a bit more cpu but eh
This commit is contained in:
parent
17fb60f216
commit
aa04827576
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ Item {
|
|||
ScreencopyView {
|
||||
id: preview
|
||||
|
||||
captureSource: visible ? (ToplevelManager.toplevels.values.find(t => t.title === Hyprland.activeClient?.title) ?? null) : null
|
||||
live: true
|
||||
captureSource: ToplevelManager.toplevels.values.find(t => t.title === Hyprland.activeClient?.title) ?? null
|
||||
live: visible
|
||||
|
||||
constraintSize.width: BarConfig.sizes.windowPreviewSize
|
||||
constraintSize.height: BarConfig.sizes.windowPreviewSize
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue