bar: completely hide activewindow popout when desktop
This commit is contained in:
parent
9586f540ae
commit
16c6fbdef3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import QtQuick
|
|||
Item {
|
||||
id: root
|
||||
|
||||
implicitWidth: Hyprland.activeClient ? child.implicitWidth : 0
|
||||
implicitWidth: Hyprland.activeClient ? child.implicitWidth : -Appearance.padding.large * 2
|
||||
implicitHeight: child.implicitHeight
|
||||
|
||||
Column {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue