KZDKM / Hyprspace

Workspace overview plugin for Hyprland
GNU General Public License v2.0
523 stars 16 forks source link

layer hide when hyprspace open cause window size wrong #78

Open The-Lost-Light opened 3 months ago

The-Lost-Light commented 3 months ago

I use ags and make a power menu that will auto hide after it open in 3 seconds. If I open the power menu then open Hyprspace, after 3 sconds Hyprspace would resize the window and occupy the space witch originally bar of ags.

plugin:overview:hideRealLayers=false works but the bar is over Hyprspace. Kooha-2024-08-21-21-45-06.webm

AndreasHGK commented 2 months ago

plugin:overview:hideRealLayers=false works but the bar is over Hyprspace.

You can use plugin:overview:reservedArea to reserve some area above the actual workspaces overview.

The-Lost-Light commented 2 months ago

not this problem i mean when close hyprspace with this situation, the reserve space of layer would disappear and the windows overlap with layer 2024-09-08_23:09:26

KZDKM commented 2 months ago

Encountered this one time on my own computer a while ago. Cant determine what triggers it though. I would look at the code controlling the layouts and see if there's any bugs. Consider setting plugin:overview:affectStrut = false and add reserved area for your bar in the meantime if this bug always occurs on your end.