zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
39.89k stars 2.08k forks source link

Can't change zed's window size on linux #12574

Closed a15355447898a closed 22 hours ago

a15355447898a commented 1 month ago

Check for existing issues

Describe the bug / provide steps to reproduce it

https://github.com/zed-industries/zed/assets/62456287/fee83009-fd13-4718-98d5-b21f95db73a9

Environment

I use archlinux kde6+wayland

image

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

jansol commented 1 month ago

This is known, client side decorations for resizing are not implemented yet.

As a workaround you can use ctrl+right mouse button drag or ctrl+middle mouse button drag (depending on your desktop environment) to invoke the resize function of the window manager.

jansol commented 6 days ago

Client side decorations for resizing have apparently been added in #13611

mrnugget commented 5 days ago

Pretty sure this is fixed on main now, especially with c8b106245 and 56e3fc794. Can you give latest main a shot?

skabber commented 5 days ago

Fixed for me in 0.143.1

KraXen72 commented 22 hours ago

i can resize if i go to right click > resize, however, there is immense lag when resizing. i am also using kde6+wayland. should i open another issue about it?