dylantompkins / nixos-flake

0 stars 0 forks source link

Try this workaround to be able to turn wayland back on #2

Open dylantompkins opened 2 months ago

dylantompkins commented 2 months ago
          > > ## UPDATE:

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 https://github.com/wez/wezterm/issues/5103#issuecomment-2041148794