>>109362869
I run sway (i3 for wayland) with a single line in my config that makes all windows float by default. It's really that easy bro.
for_window [class="^.*"] floating enable
and on hyprland
hl.window_rule({
match = { class = ".*" },
float = true
})