dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator
http://www.freedesktop.org/wiki/Software/kmscon
Other
432 stars 79 forks source link

wlterm: maximized window is still moveable #82

Closed giselher closed 11 years ago

giselher commented 11 years ago

A maximized window is still moveable like a normal window.

It sometimes happen that the mouse pointer is near the panel and then you could accidentally move the window.

If possible: A feature where you have to drag the titlebar for 1 or 2 seconds to move change the window back into a toplevel window and then moving it.

If not possible: Just making it unmoveable would be good.

dvdhrm commented 11 years ago

I fixed this in 724afe8c1af296d93d9640d50284125056d1fce1 You cannot resize/move a window while it is maximized (or fullscreen), anymore. You need to "unmaximize" it to get control over this again.

Note that the resize cursors still occur as we really should add some "snap from edge" behavior as you described. But I decided to postpone this. Btw., this shouldn't be a matter of time but rather of distance. So you need to move your cursor for like 10 pixels before it grabs the window and "unmaximizes" it.

Thanks David