as a workaround: so i added another rule to the hyprland config to tile wezterm after floating it , now it works fine in tiling mode :
windowrulev2 = float,class:^(org.wezfurlong.wezterm)$
windowrulev2 = tile,class:^(org.wezfurlong.wezterm)$
This does nothing for me
Same here, but the following bind does work for me, so perhaps it's worth a shot:
"$mod, return, exec, [float;tile] wezterm start --always-new-process"
Originally posted by @khjorth in wezterm/wezterm#5103 (comment)