hyprland-plugins
hyprland-plugins copied to clipboard
Hyprwinwrap behaves differently if a window is tiled
Similar issues reported are #167, #197 and #91.
To sum it up, when using decoration:blur:ignore_opacity = true
, hyprwinwrap isn't rendered behind tiled windows.
I am suspecting this to be a hyprland issue rather than hyprwinwrap issue because window being tiled or not causes this.
Interesting thing is that if you make the window float and then fullscreen/maximize it with either of these binds(and possibly others):
bind = $mainMod, F, fullscreen
bind = $mainMod ALT, F, fullscreenstate, 1
hyprwinwrap gets rendered properly, as shown here:
Tiled
Floating
Maximized
Fullscreen
Tiled with decoration:blur:ignore_opacity = false
I would like to be of more use but I am not familiar with the hyprland codebase so hopefully somebody experienced will be able to fix this.
EDIT
I found a really interesting thing...
It seems to behave properly when used on a special workspace o_0